-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 966 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 966 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
{
"name": "api.codeforseoul.org",
"version": "0.0.1",
"description": "ES6 RESTful Express API managed by Code for Seoul",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Hoony, Jang <thechunsik@gmail.com>",
"license": "MIT",
"dependencies": {
"babel": "^5.8.21",
"babel-preset-es2015": "^6.3.13",
"babel-register": "^6.3.13",
"body-parser": "^1.13.3",
"cheerio": "^0.19.0",
"compression": "^1.5.2",
"cors": "^2.7.1",
"ejs": "^2.3.3",
"express": "^4.13.3",
"iconv": "^2.1.11",
"jsdom": "^6.5.1",
"mongodb": "^2.0.52",
"mongoose": "^4.1.12",
"morgan": "^1.6.1",
"request": "^2.64.0",
"resource-router-middleware": "^0.5.1"
},
"devDependencies": {
"gulp": "^3.9.0",
"gulp-jshint": "^1.11.2",
"gulp-livereload": "^3.8.0",
"gulp-nodemon": "^2.0.4",
"gulp-watch": "^4.3.5"
}
}