-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
40 lines (40 loc) · 984 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": "myapp",
"version": "0.0.1",
"private": true,
"dependencies": {
"async": "^1.5.2",
"bcrypt": "^0.8.7",
"body-parser": "^1.15.2",
"connect-busboy": "0.0.2",
"connect-mongo": "^0.8.2",
"connect-redis": "^2.5.1",
"consolidate": "^0.13.1",
"cookie-parser": "^1.4.3",
"debug": "^2.2.0",
"express": "^4.14.0",
"express-session": "^1.14.1",
"googlemaps": "^1.11.1",
"jsx-loader": "^0.13.2",
"mongodb": "^2.2.10",
"node-cassandra-cql": "^0.4.4",
"nodemailer": "^1.11.0",
"react": "^0.13.3",
"redis": "^2.6.2",
"requirejs": "^2.1.20",
"serve-favicon": "^2.3.0",
"socket.io": "^1.5.0",
"underscore": "^1.8.3"
},
"devDependencies": {
"babel-core": "^6.17.0",
"babel-loader": "^6.2.5",
"babel-preset-es2015": "^6.16.0",
"babel-preset-react": "^6.16.0",
"react-hot-loader": "^3.0.0-beta.6",
"webpack": "^1.13.2"
},
"config": {
"msvs_version":"2015"
}
}