-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
executable file
·48 lines (48 loc) · 1.02 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "gpujs-transpile",
"version": "0.0.0",
"description": "GPU Accelerated JavaScript - Transpiler",
"main": "dist/gpujs-transpile.js",
"directories": {
"doc": "doc",
"test": "test"
},
"dependencies": {
"esprima": "^3.0.0"
},
"devDependencies": {
"merge2": "^0.3.5",
"browser-sync": "^2.7.1",
"babel-plugin-syntax-async-functions": "^6.5.0",
"gulp": "^3.9.1",
"gulp-sourcemaps": "^1.5.2",
"gulp-typescript": "^2.14.1",
"gulp-concat": "^2.6.0",
"gulp-header": "^1.7.1",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.5.2",
"gulp-util": "^3.0.7",
"typescript": "^2.0.10",
"mocha" : "^3.1.2",
"chai" : "^3.5.0"
},
"scripts": {
"test": "mocha ./test/run-node.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gpujs/gpujs-transpile.git"
},
"keywords": [
"gpgpu",
"webgl",
"gpujs",
"transpile"
],
"author": "The gpu.js Team - http://gpu.rocks/",
"license": "MIT",
"bugs": {
"url": "https://github.com/gpujs/gpu.js/issues"
},
"homepage": "https://gpu.rocks/"
}