-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
47 lines (47 loc) · 1.17 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
{
"name": "trallocate",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"body-parser": "~1.10.2",
"browserify": "^9.0.8",
"cache-manager": "^0.19.0",
"cookie-parser": "~1.3.3",
"crypto-js": "^3.1.4",
"debug": "~2.1.1",
"express": "~4.11.1",
"flux": "^2.0.1",
"gulp": "^3.8.11",
"gulp-browserify": "^0.5.1",
"gulp-concat": "^2.5.2",
"gulp-react": "^3.0.1",
"gulp-util": "^3.0.4",
"gulp-watch": "^4.2.4",
"jade": "~1.9.1",
"mongodb": "^2.0.27",
"morgan": "~1.5.1",
"node-inspector": "^0.9.2",
"node-jsx": "^0.12.4",
"nodemailer": "^1.3.4",
"nodemon": "^1.3.7",
"object-assign": "^2.0.0",
"passport": "^0.2.1",
"passport-facebook": "^2.0.0",
"passport-google": "^0.3.0",
"promise": "^7.0.0",
"querystring": "^0.2.0",
"react": "^0.13.2",
"react-addons": "^0.9.1-deprecated",
"react-jsx": "^0.13.0",
"react-router": "^0.13.2",
"react-tools": "^0.13.2",
"reactify": "^1.1.0",
"serve-favicon": "~2.2.0",
"superagent": "^1.2.0",
"through2": "^0.6.5",
"vinyl-sourcemaps-apply": "^0.1.4"
}
}