forked from maierfelix/rokon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.2 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
{
"name": "rokon-engine",
"moduleName": "RokonEngine",
"version": "0.1.2",
"description": "",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/maierfelix/rokon-engine.git"
},
"browser": "dist/bundle-browser.js",
"keywords": [],
"homepage": "http://maierfelix.github.io/rokon-engine/",
"author": "Felix Maier <[email protected]>",
"contributors": [
"Felix Maier <[email protected]> (https://github.com/maierfelix)"
],
"bugs": {
"url": "https://github.com/maierfelix/rokon-engine/issues"
},
"engines": {
"node": ">= 6.x"
},
"scripts": {
"bundle": "node rollup/rollup.bundle.js",
"browser": "rollup -c rollup/rollup.config.iife.js",
"live": "node rollup/rollup.live.js",
"test": "node tests/index.js"
},
"devDependencies": {
"ws": "^5.0.0",
"rollup": "^0.50.1",
"rollup-plugin-buble": "^0.16.0",
"rollup-plugin-commonjs": "^8.2.6",
"rollup-plugin-json": "^2.3.0",
"rollup-plugin-node-resolve": "^3.0.0"
},
"dependencies": {
"collada-dae-parser": "^0.14.0",
"expand-vertex-data": "^1.1.2",
"glmw": "^0.1.3",
"object-reflector": "^0.1.2",
"webgl-obj-loader": "^1.1.3"
}
}