-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 971 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 971 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
35
36
37
38
39
40
41
{
"name": "@cross2d/react-native-alipay",
"version": "1.0.16",
"author": "colin3dmax",
"description": "支付宝功能接入SDK",
"keywords": [
"react-native",
"ios",
"android",
"alipay"
],
"license": "ISC",
"devDependencies": {},
"dependencies": {
"glob": "5.0.15",
"inquirer": "1.1.2",
"plist": "1.2.0",
"lodash": "4.17.12",
"xcode": "0.8.9",
"path": "0.12.7"
},
"directories": {},
"main": "src/index.js",
"maintainers": [
"adin <phpgege@163.com>",
"tdzl2003 <tdzl2003@gmail.com>",
"colin3dmax <colin3dmax@163.com>"
],
"optionalDependencies": {},
"scripts": {
"release": "npm publish --access public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/colin3dmax/react-native-alipay.git"
},
"bugs": {
"url": "https://github.com/colin3dmax/react-native-alipay/issues"
},
"homepage": "https://github.com/colin3dmax/react-native-alipay#readme"
}