-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
46 lines (46 loc) · 1.13 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
{
"name": "chuck-alipay",
"version": "0.4.2",
"description": "支付宝支付",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "babel src -d lib"
},
"author": "阳春boy",
"license": "ISC",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-eslint": "^8.1.2",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"babel-register": "^6.26.0",
"babel-root-import": "^4.1.8",
"eslint": "^4.14.0"
},
"dependencies": {
"crypto-js": "^3.1.9-1",
"babel-polyfill": "^6.26.0",
"moment": "^2.22.2",
"request-promise-native": "^1.0.5"
},
"directories": {
"lib": "lib"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yangchunboy/chuck-alipay.git"
},
"keywords": [
"alipay",
"支付宝",
"支付宝支付",
"支付宝电脑网站支付",
"支付宝手机网站支付"
],
"bugs": {
"url": "https://github.com/yangchunboy/chuck-alipay/issues"
},
"homepage": "https://github.com/yangchunboy/chuck-alipay#readme"
}