-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 963 Bytes
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 963 Bytes
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
{
"name": "worldWeather",
"version": "0.0.0",
"private": true,
"scripts": {
"prestart": "gulp",
"start": "node ./bin/www"
},
"dependencies": {
"bluebird": "^3.4.1",
"body-parser": "~1.15.1",
"config": "^1.21.0",
"cookie-parser": "~1.4.3",
"debug": "~2.2.0",
"express": "~4.13.4",
"express-handlebars": "^3.0.0",
"forecast-io": "^1.0.2",
"mobx": "^2.4.1",
"moment-timezone": "^0.5.5",
"morgan": "~1.7.0",
"react": "^15.3.0",
"redis": "^2.6.2"
},
"devDependencies": {
"babel-plugin-transform-class-properties": "^6.11.5",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.11.1",
"babelify": "^7.3.0",
"browserify": "^13.1.0",
"gulp": "^3.9.1",
"gulp-cli": "^1.2.2",
"mobx-react": "^3.5.3",
"react-dom": "^15.3.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
}
}