This repository was archived by the owner on Jan 20, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 1.75 KB
/
package.json
File metadata and controls
67 lines (67 loc) · 1.75 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
67
{
"name": "react-native-heyzap",
"version": "0.2.2",
"description": "A Heyzap plugin for React Native",
"main": "src/Heyzap.js",
"scripts": {
"test": "eslint src/ hooks/ test/ && mocha",
"build": "babel src --out-dir build/",
"prepublish": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/react-native-contrib/react-native-heyzap.git"
},
"author": "React Native Contrib Community (https://github.com/react-native-contrib)",
"contributors": [
"Hassan Khan <contact@hassankhan.me>",
"Caina Leao <cainaleao.uk@gmail.com>"
],
"engines": {
"node": ">= 4.1.0"
},
"rnpm": {
"commands": {
"prelink": "node_modules/react-native-heyzap/hooks/downloadHeyzapJar.js"
}
},
"license": "MIT",
"bugs": {
"url": "https://github.com/react-native-contrib/react-native-heyzap/issues"
},
"keywords": [
"react-native",
"native-modules",
"heyzap"
],
"homepage": "https://github.com/react-native-contrib/react-native-heyzap#readme",
"peerDependencies": {
"react": "15.0.2",
"react-native": ">=0.26"
},
"dependencies": {
"adm-zip": "^0.4.7"
},
"devDependencies": {
"babel": "^6.5.2",
"babel-cli": "^6.9.0",
"babel-core": "^6.9.1",
"babel-eslint": "^6.0.4",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react-native": "^1.9.0",
"chai": "^3.5.0",
"enzyme": "^2.3.0",
"eslint": "^2.11.0",
"eslint-plugin-react": "^5.1.1",
"istanbul": "^0.4.3",
"mocha": "^2.5.3",
"react": "15.0.2",
"react-addons-test-utils": "15.0.2",
"react-dom": "15.0.2",
"react-native": "^0.26.2",
"react-native-mock": "^0.2.2",
"rewire": "^2.5.1",
"sinon": "^1.17.4",
"sinon-as-promised": "^4.0.0"
}
}