UNPKG

2.14 kBJSONView Raw
1{
2 "name": "react-native-branch",
3 "version": "2.3.4",
4 "description": "Branch Metrics React Native SDK",
5 "main": "src/index.js",
6 "files": [
7 "android",
8 "branch.example.json",
9 "docs",
10 "ios",
11 "react-native-branch.podspec",
12 "scripts",
13 "src"
14 ],
15 "scripts": {
16 "lint": "eslint src test",
17 "test": "ava"
18 },
19 "ava": {
20 "require": [
21 "babel-register",
22 "babel-polyfill",
23 "react-native-mock/mock.js",
24 "./test/helpers/RNBranch.mock.js"
25 ],
26 "babel": "inherit"
27 },
28 "babel": {
29 "ignore": false,
30 "presets": [
31 "react-native"
32 ]
33 },
34 "keywords": [
35 "react-native",
36 "react-component",
37 "ios",
38 "android",
39 "branch",
40 "metrics",
41 "deeplink",
42 "deep",
43 "link"
44 ],
45 "authors": [
46 "Zack Story <zack@root-two.com> (https://github.com/rt2zz)",
47 "Kevin Stumpf (https://github.com/kevinstumpf)",
48 "Jimmy Dee (https://github.com/jdee)"
49 ],
50 "license": "MIT",
51 "repository": {
52 "type": "git",
53 "url": "git+https://github.com/BranchMetrics/react-native-branch-deep-linking.git"
54 },
55 "bugs": {
56 "url": "https://github.com/BranchMetrics/react-native-branch-deep-linking/issues"
57 },
58 "homepage": "https://github.com/BranchMetrics/react-native-branch-deep-linking",
59 "peerDependencies": {
60 "react-native": ">=0.40.0"
61 },
62 "devDependencies": {
63 "ava": "~0.14.0",
64 "babel-eslint": "^6.0.4",
65 "babel-polyfill": "^6.7.4",
66 "eslint": "^2.7.0",
67 "eslint-config-rackt": "^1.1.1",
68 "mockery": "*",
69 "react": "16.0.0-alpha.6",
70 "react-addons-create-fragment": "16.0.0-alpha.3",
71 "react-addons-pure-render-mixin": "16.0.0-alpha.3",
72 "react-addons-test-utils": "16.0.0-alpha.3",
73 "react-addons-update": "16.0.0-alpha.3",
74 "react-dom": "16.0.0-alpha.3",
75 "react-native": "^0.43.0",
76 "react-native-mock": "^0.3.0",
77 "sinon": "*",
78 "underscore": "*"
79 },
80 "rnpm": {
81 "commands": {
82 "postlink": "node ./node_modules/react-native-branch/scripts/addBranchConfig.js",
83 "postunlink": "node ./node_modules/react-native-branch/scripts/removeBranchConfig.js"
84 }
85 }
86}