forked from 0x5e/react-native-alipay
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 787 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 787 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": "react-native-alipay",
"version": "0.3.0",
"description": "Alipay SDK for React Native.",
"main": "lib/index.js",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/icemangotech/react-native-alipay.git"
},
"types": "lib/index.d.ts",
"keywords": [
"alipay",
"react-native"
],
"author": "phecda <szp12345141@gmail.com>",
"contributors": [
"gaosen <0x5e@sina.cn>"
],
"license": "MIT",
"peerDependencies": {
"react-native": ">=0.20"
},
"homepage": "https://github.com/icemangotech/react-native-alipay",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-jest": "^21.2.0",
"jest": "^21.2.1",
"query-string": "^5.0.0",
"react-native": "^0.20.0"
}
}