-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
47 lines (47 loc) · 1013 Bytes
/
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
{
"name": "BeaconScanner",
"version": "2.0.0",
"author": "Erwan DATIN (MacKentoch)",
"license": "MIT",
"description": "React Native iBeacon Example",
"keywords": [
"react-native",
"react native",
"React Native",
"React",
"native",
"Native",
"react",
"starter",
"es6",
"ES6",
"ES2015",
"beacon",
"iBeacon"
],
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"react": "^16.1.1",
"react-native": "^0.49.5",
"react-native-beacons-manager": "^1.0.1",
"react-native-bluetooth-state": "^2.0.0",
"react-native-scrollable-tab-view": "^0.8.0",
"react-native-vector-icons": "^4.4.2"
},
"devDependencies": {
"babel-eslint": "^7.1.1",
"babel-jest": "19.0.0",
"babel-preset-react-native": "1.9.1",
"eslint": "^3.16.0",
"eslint-plugin-react": "^6.10.0",
"eslint-plugin-react-native": "^2.2.1",
"jest": "19.0.0",
"react-test-renderer": "~15.4.0"
},
"jest": {
"preset": "react-native"
}
}