mirror of
https://github.com/gpujs/gpu.js.git
synced 2026-01-18 16:04:10 +00:00
44 lines
1023 B
JSON
44 lines
1023 B
JSON
{
|
|
"name": "gpu.js",
|
|
"version": "0.0.0",
|
|
"description": "GPU Accelerated JavaScript",
|
|
"main": "./src/index.js",
|
|
"directories": {
|
|
"doc": "doc",
|
|
"test": "test"
|
|
},
|
|
"devDependencies": {
|
|
"babel-plugin-syntax-async-functions": "^6.5.0",
|
|
"browser-sync": "^2.18.2",
|
|
"browserify": "^14.3.0",
|
|
"gulp": "^3.9.1",
|
|
"gulp-concat": "^2.6.0",
|
|
"gulp-header": "^1.7.1",
|
|
"gulp-jsbeautifier": "^2.1.0",
|
|
"gulp-rename": "^1.2.2",
|
|
"gulp-uglify": "^1.5.2",
|
|
"gulp-util": "^3.0.7",
|
|
"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"
|
|
},
|
|
"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/"
|
|
}
|