-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.27 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.27 KB
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "ddziyuan",
"version": "1.1.0",
"description": "aNewTry",
"main": "app.js",
"directories": {
"test": "test"
},
"dependencies": {
"bcrypt": "^0.8.6",
"bcrypt-nodejs": "^0.0.3",
"bcryptjs": "^2.3.0",
"body-parser": "^1.15.0",
"config": "^1.20.4",
"connect-mongo": "^1.1.0",
"connect-multiparty": "^2.0.0",
"cookie-parser": "^1.4.1",
"express": "^4.13.4",
"express-session": "^1.13.0",
"grunt": "^0.4.5",
"grunt-concurrent": "^2.3.0",
"grunt-contrib-nodemon": "^0.5.2",
"grunt-contrib-watch": "^1.0.0",
"grunt-mocha-test": "^0.12.7",
"grunt-nodemon": "^0.4.2",
"jade": "^1.11.0",
"layzr.js": "^2.2.1",
"moment": "^2.13.0",
"mongoose": "^4.4.14",
"morgan": "^1.7.0",
"node-weixin-menu": "^0.6.0",
"nodemailer": "^2.4.2",
"serve-static": "^1.10.2",
"should": "^8.3.1",
"underscore": "^1.8.3",
"wechat-api": "^1.27.1",
"wechat-oauth": "^1.1.1",
"weixin-api": "^0.1.7",
"weixin-apis": "^1.9.0"
},
"devDependencies": {
"mocha": "^2.4.5"
},
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "none"
},
"keywords": [
"ddziyuan",
"weixin",
"wechat"
],
"author": "ziyuan",
"license": "ISC"
}