forked from unconed/threestrap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 907 Bytes
/
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
{
"name": "threestrap",
"version": "0.0.11",
"description": "Minimal Three.js Bootstrapper",
"repository": {
"type": "git",
"url": "https://github.com/unconed/threestrap.git"
},
"main": "build/threestrap.js",
"dependencies": {
"gulp": "^3.7.0",
"gulp-concat": "^2.2.0",
"gulp-karma": "0.0.2",
"gulp-rename": "^0.2.2",
"gulp-uglify": "^0.1.0",
"gulp-watch": "^0.5.4",
"karma": "^0.10.10",
"optimist": "^0.6.1",
"three": ">=0.58.10"
},
"scripts": {
"build": "gulp",
"test": "gulp test"
},
"devDependencies": {
"gulp": "^3.4.0",
"gulp-uglify": "^0.1.0",
"gulp-concat": "^2.1.7",
"gulp-rename": "^0.2.2",
"gulp-karma": "^0.0.2",
"karma": "^0.10.10",
"lodash": "^2.4.1",
"run-sequence": "^0.3.6",
"gulp-watch": "^0.5.2",
"optimist": "^0.6.1"
},
"author": "Steven Wittens",
"license": "MIT"
}