mirror of
https://github.com/gpujs/gpu.js.git
synced 2025-12-08 20:35:56 +00:00
72 lines
1.7 KiB
JSON
72 lines
1.7 KiB
JSON
{
|
|
"name": "gpu.js",
|
|
"version": "2.16.0",
|
|
"description": "GPU Accelerated JavaScript",
|
|
"engines": {
|
|
"node": ">=8.0.0"
|
|
},
|
|
"main": "./src/index.js",
|
|
"files": [
|
|
"src",
|
|
"dist"
|
|
],
|
|
"unpkg": "./dist/gpu-browser.js",
|
|
"jsdelivr": "./dist/gpu-browser.js",
|
|
"browser": "./dist/gpu-browser.js",
|
|
"directories": {
|
|
"doc": "doc",
|
|
"test": "test"
|
|
},
|
|
"dependencies": {
|
|
"acorn": "8.14.0",
|
|
"gl": "8.1.6",
|
|
"gl-wiretap": "0.6.2",
|
|
"gpu-mock.js": "github:weagle08/gpu-mock.js",
|
|
"ordered-read-streams": "^2.0.0",
|
|
"webgpu": "0.2.9"
|
|
},
|
|
"devDependencies": {
|
|
"benchmark": "2.1.4",
|
|
"browser-sync": "3.0.2",
|
|
"browserify": "17.0.0",
|
|
"c8": "10.1.2",
|
|
"gulp": "5.0.0",
|
|
"gulp-concat": "2.6.1",
|
|
"gulp-header": "2.0.9",
|
|
"gulp-jsbeautifier": "3.0.1",
|
|
"gulp-rename": "2.0.0",
|
|
"gulp-replace": "1.1.4",
|
|
"gulp-strip-comments": "2.6.0",
|
|
"gulp-uglify-es": "3.0.0",
|
|
"merge-stream": "2.0.0",
|
|
"qunit": "2.22.0",
|
|
"read-dir-deep": "8.0.0",
|
|
"sinon": "18.0.0",
|
|
"vinyl-buffer": "1.0.1",
|
|
"vinyl-source-stream": "2.0.0"
|
|
},
|
|
"scripts": {
|
|
"test": "qunit test/issues test/internal test/features",
|
|
"coverage": "c8 qunit test/issues test/internal test/features",
|
|
"setup": "npm i -g gulp-cli",
|
|
"make": "gulp make",
|
|
"build": "gulp build",
|
|
"docs": "doxdox ./src --layout bootstrap --output docs.html"
|
|
},
|
|
"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/",
|
|
"typings": "./src/index.d.ts"
|
|
}
|