-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 751 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 751 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
{
"name": "Hangul",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"body-parser": "~1.13.2",
"cheerio": "^0.22.0",
"cookie-parser": "~1.3.5",
"debug": "^4.1.1",
"express": "^4.13.4",
"hbs": "^3.1.1",
"morgan": "^1.9.1",
"serve-favicon": "~2.3.0",
"superagent": "^5.1.0"
},
"devDependencies": {
"babel-preset-env": "^1.7.0",
"browser-sync": "^2.18.5",
"gulp": "^4.0.2",
"gulp-babel": "^6.1.2",
"gulp-jshint": "^2.0.4",
"gulp-load-plugins": "^1.4.0",
"gulp-nodemon": "^2.2.1",
"gulp-plumber": "^1.1.0",
"gulp-sass": "^3.0.0",
"gulp-uglify": "^2.0.0",
"jshint": "^2.10.3",
"nodemon": "^1.19.4"
}
}