forked from corymsmith/react-native-fabric
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 920 Bytes
/
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
{
"name": "react-native-fabric",
"version": "0.5.1",
"description": "A React Native library for Fabric, Crashlytics and Answers",
"main": "index",
"rnpm": {
"android": {
"packageInstance": "new FabricPackage()"
}
},
"scripts": {
"test": "flow"
},
"keywords": [
"react-native",
"react-component",
"react-native-component",
"react",
"mobile",
"ios",
"android",
"crashlytics",
"fabric",
"answers"
],
"author": {
"name": "Cory Smith",
"email": "[email protected]"
},
"homepage": "https://github.com/corymsmith/react-native-fabric",
"bugs": {
"url": "https://github.com/corymsmith/react-native-fabric/issues"
},
"repository": {
"type": "git",
"url": "git://github.com/corymsmith/react-native-fabric.git"
},
"license": "MIT",
"devDependencies": {
"flow-bin": "^0.54.1",
"prettier": "^1.7.0"
}
}