{ "name": "gpu.js", "version": "1.2.0", "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/" }