-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1007 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": "koa-weixin-tutorial",
"version": "0.0.0",
"description": "a simple tutorial for weixin development based on node js",
"main": "app.js",
"repository": {
"type": "git",
"url": "git+https://github.com/skinTest/koa-weixin-tutorial.git"
},
"dependencies": {
"bcrypt": "^0.8.5",
"bluebird": "^2.10.2",
"co": "^4.6.0",
"ejs": "^2.3.4",
"express": "^4.13.3",
"heredoc": "^1.3.1",
"jade": "^1.11.0",
"koa": "^1.1.1",
"koa-body": "^1.4.0",
"koa-bodyparser": "^2.0.1",
"koa-request": "^1.0.0",
"koa-router": "^5.3.0",
"koa-views": "^4.0.1",
"lodash": "^3.10.1",
"moment": "^2.11.2",
"mongoose": "^4.3.7",
"raw-body": "^2.1.4",
"request": "^2.65.0",
"sha1": "^1.1.1",
"xml2js": "^0.4.13"
},
"devDependencies": {
"supervisor": "0.10.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "supervisor app.js"
},
"author": "薛淞之",
"license": "MIT"
}