gpu.js/package.json
2018-12-01 18:11:13 -08:00

66 lines
1.6 KiB
JSON

{
"name": "gpu.js",
"version": "1.10.4",
"description": "GPU Accelerated JavaScript",
"main": "./dist/index.js",
"files": [
"dist",
"bin"
],
"directories": {
"doc": "doc",
"test": "test"
},
"dependencies": {
"acorn": "^5.1.1",
"canvas": "^2.1.0",
"gl": "^4.1.1"
},
"devDependencies": {
"babel-plugin-syntax-async-functions": "^6.5.0",
"babel-preset-env": "^1.5.2",
"benchmark": "^2.1.4",
"browser-sync": "^2.26.3",
"browserify": "^16.2.3",
"chai": "^4.2.0",
"del": "^3.0.0",
"docdash": "^0.4.0",
"gulp": "^4.0.0",
"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",
"mocha": "^5.2.0",
"qunit-assert-close": "^2.1.2",
"qunitjs": "^2.3.2",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^2.0.0"
},
"scripts": {
"test": "mocha ./test/index",
"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/"
}