-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 939 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
41
{
"name": "o3-moods",
"version": "0.1.0",
"private": true,
"scripts": {
"postinstall": "webpack",
"prestart": "webpack",
"start": "node ./bin/www"
},
"engines": {
"node": "6.9.1",
"npm": "3.10.8"
},
"dependencies": {
"babel-core": "^6.18.0",
"babel-loader": "^6.2.7",
"babel-preset-es2015": "^6.18.0",
"body-parser": "^1.13.2",
"debug": "^2.2.0",
"express": "^4.13.1",
"mongoose": "^5.9.1",
"morgan": "^1.6.1",
"node-hue-api": "^2.3.0",
"pug": "^2.0.0-beta6",
"q": "^1.4.1",
"twitter": "^1.4.0",
"watson-developer-cloud": "^4.0.1",
"webpack": "^4.41.6"
},
"devDependencies": {
"gulp": "^4.0.2",
"gulp-autoprefixer": "^3.1.1",
"gulp-jshint": "^2.0.1",
"gulp-minify-css": "^1.2.4",
"gulp-notify": "^3.0.0",
"gulp-plumber": "^1.1.0",
"gulp-sass": "^3.1.0",
"jshint": "^2.9.3",
"jshint-stylish": "^2.2.1"
}
}