forked from zgjin/weChatPay
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.37 KB
/
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
42
43
44
45
46
47
48
49
50
{
"name": "wechatpay",
"version": "1.0.0",
"description": "\"wechatpay in es6\"",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "babel lib -d src"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fantasyKing/weChatPay.git"
},
"keywords": [
"wechat",
"es6"
],
"author": "zhangguojin",
"license": "ISC",
"bugs": {
"url": "https://github.com/fantasyKing/weChatPay/issues"
},
"homepage": "https://github.com/fantasyKing/weChatPay#readme",
"devDependencies": {
"ava": "^0.14.0",
"babel-cli": "^6.8.0",
"babel-core": "^6.9.1",
"babel-eslint": "^6.0.4",
"babel-loader": "^6.2.4",
"babel-plugin-add-module-exports": "^0.1.4",
"babel-plugin-transform-async-to-generator": "^6.8.0",
"babel-plugin-transform-async-to-module-method": "^6.8.0",
"babel-plugin-transform-runtime": "^6.8.0",
"babel-preset-es2015": "^6.6.0",
"babel-preset-stage-0": "^6.5.0",
"babel-preset-stage-1": "^6.5.0",
"babel-preset-stage-2": "^6.5.0",
"babel-preset-stage-3": "^6.5.0",
"babel-register": "^6.8.0",
"eslint": "^2.9.0",
"eslint-config-airbnb": "^9.0.0",
"eslint-plugin-babel": "^3.2.0",
"eslint-plugin-import": "^1.7.0"
},
"dependencies": {
"request": "^2.72.0",
"utility": "^1.8.0",
"xml2js": "^0.4.16"
}
}