mirror of
https://github.com/gpujs/gpu.js.git
synced 2026-01-25 16:08:02 +00:00
Change `HTMLImageArray` render strategy to `gl.NEAREST`, like all the others Let `WebGL2FunctionNode` extend `WebGLFunctionNode` and lighten Remove all the different html pages associated with tests, and just use one file to handle them and use qunit for filtering them Bump version number
55 lines
1.4 KiB
JSON
55 lines
1.4 KiB
JSON
{
|
|
"name": "gpu.js",
|
|
"version": "1.4.2",
|
|
"description": "GPU Accelerated JavaScript",
|
|
"main": "./dist/index.js",
|
|
"directories": {
|
|
"doc": "doc",
|
|
"test": "test"
|
|
},
|
|
"dependencies": { "acorn": "^5.1.1" },
|
|
"devDependencies": {
|
|
"babel-plugin-syntax-async-functions": "^6.5.0",
|
|
"babel-preset-env": "^1.5.2",
|
|
"browser-sync": "^2.18.2",
|
|
"browserify": "^14.3.0",
|
|
"del": "^3.0.0",
|
|
"docdash": "^0.4.0",
|
|
"gulp": "^3.9.1",
|
|
"gulp-babel": "^6.1.2",
|
|
"gulp-concat": "^2.6.0",
|
|
"gulp-header": "^1.7.1",
|
|
"gulp-jsbeautifier": "^2.1.0",
|
|
"gulp-rename": "^1.2.2",
|
|
"gulp-strip-comments": "^2.4.5",
|
|
"gulp-uglify": "^1.5.2",
|
|
"gulp-util": "^3.0.7",
|
|
"jsdoc": "^3.5.0",
|
|
"merge-stream": "^1.0.1",
|
|
"qunit-assert-close": "^2.1.2",
|
|
"qunitjs": "^2.3.2",
|
|
"vinyl-buffer": "^1.0.0",
|
|
"vinyl-source-stream": "^1.1.0"
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"setup": "npm i -g gulp-cli",
|
|
"build-docs": "./node_modules/.bin/jsdoc -c jsdoc.json src -r -d doc --debug && gulp injectCSS",
|
|
"make": "gulp build && gulp beautify && gulp minify"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/gpujs/gpu.js.git"
|
|
},
|
|
"keywords": [
|
|
"gpgpu",
|
|
"webgl"
|
|
],
|
|
"author": "The gpu.js Team",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/gpujs/gpu.js/issues"
|
|
},
|
|
"homepage": "http://gpu.rocks/"
|
|
}
|