forked from MacKentoch/react-native-beacons-manager
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.62 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
{
"name": "react-native-beacons-manager",
"version": "1.1.0",
"description": "React-Native library for detecting beacons (iOS and Android)",
"keywords": [
"react-native",
"react-component",
"ios",
"ibeacon",
"beacon",
"beacons",
"android",
"ibeacons",
"altbeacon",
"estimote",
"eddystone",
"altbeacons"
],
"repository": {
"type": "git",
"url": "git+https://github.com/MacKentoch/react-native-beacons-manager.git"
},
"typescript": {
"definition": "typings/react-native-beacons-manager.d.ts"
},
"types": "typings/react-native-beacons-manager.d.ts",
"bugs": {
"url": "https://github.com/MacKentoch/react-native-beacons-manager/issues"
},
"homepage": "https://github.com/MacKentoch/react-native-beacons-manager#readme",
"main": "index.js",
"directories": {
"example": "examples"
},
"engines": {
"node": ">=8.9.0",
"npm": ">=5.3.0",
"yarn": ">=1.5.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"flow": "node_modules/.bin/flow",
"flow-typed": "node_modules/.bin/flow-typed"
},
"author": "Erwan DATIN (http://www.erwan-datin.com)",
"license": "MIT",
"nativePackage": true,
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-eslint": "^7.2.3",
"eslint": "^4.4.1",
"eslint-plugin-flowtype": "^2.35.0",
"eslint-plugin-react": "^7.2.0",
"eslint-plugin-react-native": "^3.0.1",
"flow-bin": "^0.85.0",
"prop-types": "^15.5.10",
"react": "^15.4.2",
"react-native": "^0.41.2"
},
"peerDependencies": {
"react": ">=15.4.2",
"react-native": ">=0.41.2"
}
}