forked from bdero/babylonjs-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.04 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
{
"name": "babylonjs-boilerplate",
"version": "1.0.0",
"description": "",
"main": "src/main.js",
"dependencies": {
"babylonjs": "^3.1.1",
"browserify": "^15.2.0",
"cannon": "^0.6.2",
"jquery": "^2.2.0",
"stats.js": "0.0.14-master"
},
"devDependencies": {
"babel-preset-env": "^1.6.1",
"babelify": "^8.0.0",
"gulp": "^3.9.0",
"gulp-babel": "^6.1.1",
"gulp-download": "0.0.1",
"gulp-livereload": "^3.8.1",
"gulp-rename": "^1.2.2",
"http": "0.0.0",
"st": "^1.1.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
},
"scripts": {
"dev": "node_modules/.bin/gulp"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bdero/babylonjs-boilerplate.git"
},
"keywords": [
"game",
"browser",
"es6",
"babylonjs",
"webgl"
],
"author": "Brandon DeRosier",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/bdero/babylonjs-boilerplate/issues"
},
"homepage": "https://github.com/bdero/babylonjs-boilerplate#readme"
}