This repository was archived by the owner on Dec 27, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.39 KB
/
package.json
File metadata and controls
66 lines (66 loc) · 1.39 KB
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
{
"name": "react-native-branch",
"version": "0.8.0",
"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)"
],
"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",
"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": "^0.14.8",
"react-dom": "^0.14.8",
"react-native": "^0.24.1",
"react-native-mock": "0.0.7"
}
}