-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
44 lines (44 loc) · 1.36 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
{
"name": "kiwi.gl",
"version": "0.2.1",
"description": "a container for popular webgl liberary.",
"main": "src/init.js",
"repository": {
"type": "git",
"url": "git+https://github.com/axmand/kiwi.gl.git"
},
"scripts": {
"test": "mocha -u tdd --timeout 999999 --colors ./test/**/*.spec.js",
"compile": "rollup -c",
"prepublish": "npm run compile"
},
"author": "@axmand",
"license": "MIT",
"bugs": {
"url": "https://github.com/axmand/kiwi.gl/issues"
},
"homepage": "https://github.com/axmand/kiwi.gl#readme",
"devDependencies": {
"@tensorflow/tfjs": "^0.10.3",
"babel-core": "^6.26.3",
"babel-plugin-external-helpers": "^6.22.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
"babel-plugin-transform-es2015-template-literals": "^6.22.0",
"babel-plugin-transform-es2015-typeof-symbol": "^6.23.0",
"babel-plugin-transform-object-assign": "^6.22.0",
"babel-preset-es2015": "^6.24.1",
"chai": "^4.1.2",
"claygl": "^1.2.1",
"deepmerge": "^2.1.0",
"gl": "^4.0.4",
"karma": "^2.0.2",
"mocha": "^5.1.1",
"rollup": "^0.58.2",
"rollup-plugin-babel": "^3.0.4",
"rollup-plugin-commonjs": "^8.3.0",
"rollup-plugin-multidest": "^1.0.0",
"rollup-plugin-node-resolve": "^3.3.0",
"three": "^0.92.0"
}
}