-
Notifications
You must be signed in to change notification settings - Fork 86
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 804 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 804 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
{
"name": "@0x5e/react-native-alipay",
"version": "0.2.6",
"description": "Alipay SDK for React Native. Support RN >= 0.47.",
"main": "index.js",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/0x5e/react-native-alipay.git"
},
"types": "./index.d.ts",
"keywords": [
"alipay",
"react-native"
],
"author": "gaosen <0x5e@sina.cn>",
"license": "MIT",
"peerDependencies": {
"react-native": ">=0.20"
},
"homepage": "https://github.com/0x5e/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"
},
"dependencies": {
"buffer": "^5.0.8",
"jsrsasign": "^8.0.4"
}
}