-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 859 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
{
"name": "niefeng",
"version": "1.0.13",
"description": "niefengjun",
"main": "index.js",
"scripts": {
"test": "test"
},
"keywords": [
"demo",
"deno"
],
"dependencies": {
"crypto": "*",
"async": "~0.9.x",
"fs-extra": "~0.12.0",
"gm": "^1.17.0",
"lodash": "^2.4.1",
"moment": "~2.8.3",
"mysql": "~2.5.2",
"node-uuid": "~1.4.1",
"request": "^2.49.0",
"xml2js": "^0.4.4",
"wechat": "*",
"wechat-api": "*",
"wechat-oauth": "*",
"mongoskin": "*"
},
"author": "niefengjun <niefengjun@niefengjun.cn>",
"license": "1.2",
"devDependencies": {},
"repository": {
"type": "git",
"url": "https://github.com/yanglinnie/niefeng.git"
},
"bugs": {
"url": "https://github.com/yanglinnie/niefeng/issues"
},
"homepage": "https://github.com/yanglinnie/niefeng"
}