-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
40 lines (40 loc) · 905 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
40
{
"name": "RWU",
"description": "Remote workers united",
"version": "0.0.1",
"private": true,
"dependencies": {
"node-static": "^0.7.6",
"react": "^0.11.1",
"socket.io": "^1.1.0"
},
"devDependencies": {
"browser-sync": "^1.1.0",
"browserify": "^4.1.11",
"browserify-shim": "^3.7.0",
"gulp": "^3.8.1",
"gulp-compass": "^1.1.9",
"gulp-concat": "^2.2.0",
"gulp-gzip": "0.0.8",
"gulp-imagemin": "^0.6.1",
"gulp-plumber": "^0.6.3",
"gulp-shell": "^0.2.9",
"gulp-streamify": "0.0.5",
"gulp-uglify": "^0.3.1",
"gulp-util": "^2.2.17",
"reactify": "^0.13.1",
"socket.io-client": "^1.1.0",
"vinyl-source-stream": "^0.1.1"
},
"browser": {
"say-cheese": "./src/js/lib/say-cheese.js"
},
"browserify-shim": {
"say-cheese": "SayCheese"
},
"browserify": {
"transform": [
"browserify-shim"
]
}
}