-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 763 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 763 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
{
"name": "wechat-node-sp",
"version": "0.1.4",
"description": "Node.js 微信小程序及微信公众平台 API",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/LL89757/wechat-node"
},
"keywords": [
"wechat",
"微信",
"weixin",
"node"
],
"author": "li.lv",
"license": "MIT",
"dependencies": {
"babel-runtime": "^6.26.0",
"crypto": "^1.0.1",
"xml2js": "^0.4.19",
"axios": "^0.18.0",
"https": "^1.0.0"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-0": "^6.24.1"
}
}