-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
74 lines (74 loc) · 1.58 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
{
"name": "react-native-branch",
"version": "1.0.4",
"description": "Branch Metrics React Native SDK",
"main": "src/index.js",
"files": [
"src",
"docs",
"android",
"ios",
"react-native-branch.podspec"
],
"scripts": {
"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 <zack@root-two.com> (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.git"
},
"bugs": {
"url": "https://github.com/BranchMetrics/react-native-branch/issues"
},
"homepage": "https://github.com/BranchMetrics/react-native-branch",
"peerDependencies": {
"react": ">=15.4.0",
"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",
"react": "^15.4.0",
"react-dom": "^15.4.0",
"react-native": "^0.40.0",
"react-native-mock": "^0.3.0",
"underscore": "*",
"mockery": "*",
"sinon": "*"
}
}