-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
86 lines (86 loc) · 2.09 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"name": "react-native-branch",
"version": "2.2.5",
"description": "Branch Metrics React Native SDK",
"main": "src/index.js",
"files": [
"android",
"branch.example.json",
"docs",
"ios",
"react-native-branch.podspec",
"scripts",
"src"
],
"scripts": {
"lint": "eslint src test",
"test": "ava"
},
"ava": {
"require": [
"babel-register",
"babel-polyfill",
"react-native-mock/mock.js",
"./test/helpers/RNBranch.mock.js"
],
"babel": "inherit"
},
"babel": {
"ignore": false,
"presets": [
"react-native"
]
},
"keywords": [
"react-native",
"react-component",
"ios",
"android",
"branch",
"metrics",
"deeplink",
"deep",
"link"
],
"authors": [
"Zack Story <[email protected]> (https://github.com/rt2zz)",
"Kevin Stumpf (https://github.com/kevinstumpf)",
"Jimmy Dee (https://github.com/jdee)"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/BranchMetrics/react-native-branch-deep-linking.git"
},
"bugs": {
"url": "https://github.com/BranchMetrics/react-native-branch-deep-linking/issues"
},
"homepage": "https://github.com/BranchMetrics/react-native-branch-deep-linking",
"peerDependencies": {
"react-native": ">=0.40.0"
},
"devDependencies": {
"ava": "~0.14.0",
"babel-eslint": "^6.0.4",
"babel-polyfill": "^6.7.4",
"eslint": "^2.7.0",
"eslint-config-rackt": "^1.1.1",
"mockery": "*",
"react": "16.0.0-alpha.6",
"react-addons-create-fragment": "16.0.0-alpha.3",
"react-addons-pure-render-mixin": "16.0.0-alpha.3",
"react-addons-test-utils": "16.0.0-alpha.3",
"react-addons-update": "16.0.0-alpha.3",
"react-dom": "16.0.0-alpha.3",
"react-native": "0.43.1",
"react-native-mock": "^0.3.0",
"sinon": "*",
"underscore": "*"
},
"rnpm": {
"commands": {
"postlink": "node ./node_modules/react-native-branch/scripts/addBranchConfig.js",
"postunlink": "node ./node_modules/react-native-branch/scripts/removeBranchConfig.js"
}
}
}