-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.04 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": "react-native-aplus",
"version": "0.1.18",
"description": "react native 日常工具类",
"main": "./index.js",
"files": [
"README.md",
"android",
"index.js",
"ios",
"src",
"react-native-plus.podspec"
],
"scripts": {
"pub": "npm publish --access=public",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/25juan/react-native-plus.git",
"baseUrl": "https://github.com/25juan/react-native-plus"
},
"keywords": [
"react-native"
],
"author": {
"name": "25juan",
"email": "[email protected]"
},
"license": "MIT",
"licenseFilename": "LICENSE",
"readmeFilename": "README.md",
"peerDependencies": {
"react": "^16.8.1",
"react-native": ">=0.60.0-rc.0 <1.0.x"
},
"devDependencies": {
"react": "^16.9.0",
"react-native": "^0.61.5"
},
"dependencies": {
"easy-http2": "^0.0.13",
"react-native-image-zoom-viewer": "^3.0.1",
"react-native-actionsheet": "^2.4.2"
}
}