forked from WhitestormJS/whs.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.37 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
49
50
51
52
53
54
55
56
57
58
59
{
"name": "whitestormjs",
"version": "0.8.0",
"description": "Framework for developing 3D web apps with physics.",
"main": "build/whitestorm.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/WhitestormJS/whitestorm.js.git"
},
"keywords": [
"three.js",
"cannon.js",
"webgl",
"wagner",
"api",
"3d",
"web",
"javascript"
],
"author": "Alexander Buzin",
"license": "ISC",
"bugs": {
"url": "https://github.com/WhitestormJS/whitestorm.js/issues"
},
"homepage": "https://github.com/WhitestormJS/whitestorm.js#readme",
"devDependencies": {
"babel-plugin-transform-es2015-template-literals": "^6.3.13",
"babel-preset-es2015": "^6.6.0",
"gulp": "^3.9.0",
"gulp-babel": "^6.1.1",
"gulp-replace-task": "^0.11.0",
"jquery": "^2.2.0",
"request": "^2.65.0",
"three": "^0.75.0"
},
"directories": {
"example": "examples",
"test": "test"
},
"dependencies": {
"gulp": "^3.9.1",
"gulp-beautify": "^2.0.0",
"gulp-concat": "^2.6.0",
"gulp-insert": "^0.5.0",
"gulp-replace-task": "^0.11.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.5.1",
"gulp-watch": "^4.3.5"
},
"babel": {
"plugins": [
"transform-es2015-template-literals"
],
"compact": false
}
}