-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
39 lines (39 loc) · 964 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": "greatdj",
"version": "0.0.0",
"description": "",
"main": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "BSD-2-Clause",
"dependencies": {
"gulp-react": "~0.5.0",
"gulp": "~3.8.7",
"gulp-plumber": "~0.6.4",
"gulp-less": "~1.3.3",
"gulp-watch": "~0.6.9",
"browserify": "~5.9.1",
"watchify": "~1.0.1",
"vinyl-source-stream": "~0.1.1",
"gulp-util": "~3.0.0",
"pretty-hrtime": "~0.2.1",
"gulp-notify": "~1.4.2",
"gulp-sourcemaps": "~1.1.1",
"react": "~0.11.1",
"reactify": "~0.14.0",
"require-sdk": "0.0.2",
"superagent": "~0.18.2",
"domquery": "~1.2.0",
"react-mini-router": "~0.2.3",
"urllite": "~0.4.4",
"express": "~4.8.7",
"body-parser": "~1.6.7",
"mongodb": "~1.4.9",
"geoip-lite": "~1.1.3",
"ismobilejs": "~0.3.3",
"socket.io": "~1.1.0",
"socket.io-client": "~1.1.0"
}
}