-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 860 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 860 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
{
"name": "react-native-bugly",
"version": "1.0.2",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"react-native"
],
"dependencies": {
"glob": "^5.0.15",
"inquirer": "1.1.2",
"plist": "3.0.1",
"lodash": "4.17.2",
"xcode": "^1.0.0",
"path": "^0.12.7"
},
"author": "canyara",
"license": "MIT",
"peerDependencies": {
"react-native": "^0.57.0",
"react-native-windows": "0.41.0-rc.1"
},
"rnpm": {
"ios": {
"sharedLibraries": [
"libz",
"libc++",
"SystemConfiguration",
"Security"
]
},
"commands": {
"postlink": "node node_modules/react-native-bugly/scripts/postlink",
"postunlink": "node node_modules/react-native-bugly/scripts/postunlink"
}
}
}