-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.07 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
{
"name": "Spellgame",
"version": "0.0.1",
"description": "The coolest shit ever",
"main": "index.js",
"scripts": {
"start": "npm run web",
"web": "node build.js > dist/bundle.js",
"native": "gulp native && node dist_native/main.js"
},
"engines": {
"node": "4.0.0"
},
"author": "Sam Pavlovic <[email protected]>",
"license": "Beerware",
"dependencies": {
"@johh/three-effectcomposer": "latest",
"@types/node": "latest",
"@types/physijs": "latest",
"@types/three": "latest",
"ammo-node": "latest",
"detect-node": "^2.0.3",
"gulp-typescript": "^3.2.3",
"melanke-watchjs": "^1.3.1",
"natives": "^1.1.5",
"navigator": "^1.0.1",
"node-3d-ready-raub": "latest",
"performance-now": "^2.1.0",
"three": "latest"
},
"devDependencies": {
"browserify": "^14.5.0",
"browserify-versionify": "^1.0.6",
"gulp": "^3.9.1",
"gulp-browserify": "^0.5.1",
"gulp-util": "^3.0.8",
"tsify": "^3.0.3",
"typescript": "^2.6.1",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.11.0"
}
}