forked from egg-/server-tpl
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 759 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 759 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
{
"name": "server-tpl",
"version": "0.0.1",
"description": "basic template for api server.",
"repository": {
"type": "git",
"url": "git://github.com/egg-/server-tpl.git"
},
"keyword": [
"template",
"server",
"expressjs"
],
"author": {
"name": "egg",
"email": "i@egg.pe.kr"
},
"license": "MIT",
"homepage": "",
"devDependencies": {
"body-parser": "^1.12.3",
"express": "^4.12.3",
"grunt": "^0.4.5",
"grunt-concurrent": "^1.0.0",
"grunt-node-inspector": "^0.1.6",
"grunt-nodemon": "^0.4.0",
"grunt-shell": "^1.1.2",
"lodash": "^3.8.0",
"log-notifier": "^0.1.0",
"matchdep": "^0.3.0",
"morgan": "^1.5.2",
"simple-message": "^0.2.1",
"yamljs": "^0.2.3"
}
}