forked from adam198824/cordova-plugin-alipay
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.17 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": "cordova-plugin-adam-alipay",
"version": "2.0.4",
"description": "Cordova Plugin Alipay",
"cordova": {
"id": "cordova-plugin-adam-alipay",
"platforms": [
"android",
"ios",
"windows",
"browser",
"osx"
]
},
"repository": {
"type": "git",
"url": "https://github.com/adam198824/cordova-plugin-alipay"
},
"bugs": {
"url": "https://github.com/adam198824/cordova-plugin-alipay/issues"
},
"keywords": [
"cordova",
"alipay",
"阿里支付",
"支付宝"
],
"scripts": {
"test": "npm run eslint",
"eslint": "node node_modules/eslint/bin/eslint www && node node_modules/eslint/bin/eslint src && node node_modules/eslint/bin/eslint tests"
},
"author": "adam198824",
"license": "Apache-2.0",
"engines": {
"cordovaDependencies": [{
">=2.0.0": {
"cordova": ">=6.1.0"
}
}]
},
"devDependencies": {
"eslint": "^3.19.0",
"eslint-config-semistandard": "^11.0.0",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-import": "^2.3.0",
"eslint-plugin-node": "^5.0.0",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^3.0.1"
}
}