-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
96 lines (96 loc) · 2.39 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
{
"name": "gunfire",
"version": "0.0.11",
"description": "asset server for autogica",
"main": "./lib/server/server.js",
"bin": "./bin/gunfire",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "gulp"
},
"repository": {
"type": "git",
"url": "[email protected]:autogica/gunfire.git"
},
"author": "Julian Bilcke <[email protected]>",
"license": "GPL-3",
"browserify": {
"transform": [
"browserify-shim"
]
},
"browserify-shim": {
"operative": "global:operative",
"three": "global:THREE",
"tween": "global:TWEEN",
"gsap": "global:TimelineLite",
"stats.js": {
"exports": "global:Stats"
},
"primus": {
"exports": "global:Primus"
},
"mousetrap": {
"exports": "global:Mousetrap"
}
},
"dependencies": {
"argh": "^0.1.3",
"babel": "^4.6.1",
"babel-core": "^4.7.5",
"bower": "1.3.12",
"browserify": "8.1.1",
"browserify-shim": "3.8.2",
"chalk": "^0.5.1",
"coffee-react-transform": "^0.5.2",
"coffee-script": "1.8.0",
"coffeeify": "^0.7.0",
"coffeekup": "^0.3.1",
"colors": "^1.0.3",
"dat-gui": "^0.5.0",
"ect": "^0.5.9",
"engine.io": "^1.4.3",
"engine.io-client": "^1.4.3",
"fortress-maximus": "0.0.4",
"mousetrap": "1.4.6",
"msgs": "^0.4.0",
"open": "0.0.5",
"primus": "^2.4.12",
"primus-cluster": "^1.1.0",
"primus-emitter": "^3.0.3",
"primus-multiplex": "^3.1.0",
"primus-redis": "^0.1.1",
"primus-redis-rooms": "^0.3.1",
"primus-resource": "^2.0.6",
"primus-rooms": "^3.1.0",
"psi": "^0.1.6",
"redis": "^0.12.1",
"run-sequence": "^0.3.7",
"rx": "^2.4.1",
"simple-walk": "^0.1.3",
"tween.js": "^0.14.0",
"ws": "^0.4.32"
},
"devDependencies": {
"gulp": "^3.8.10",
"gulp-browserify": "^0.5.1",
"gulp-coffee": "^2.2.0",
"gulp-combine-media-queries": "^0.1.0",
"gulp-concat": "^2.4.3",
"gulp-concat-sourcemap": "^1.3.1",
"gulp-declare": "^0.3.0",
"gulp-handlebars": "^3.0.1",
"gulp-load-plugins": "^0.6.0",
"gulp-minify": "0.0.3",
"gulp-rename": "^1.2.0",
"gulp-streamify": "0.0.5",
"gulp-uglify": "^0.3.2",
"gulp-util": "^3.0.2",
"gulp-wrap": "^0.3.0",
"gulp-babel": "^4.0.0",
"gulp-sourcemaps": "^1.5.0",
"watch": "^0.11.0",
"watchify": "^1.0.6",
"vinyl-source-stream": "^1.0.0"
}
}