forked from dotintent/react-native-ble-plx
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.35 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.35 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
{
"name": "react-native-ble-plx",
"version": "0.6.0",
"description": "React Native Bluetooth Low Energy library",
"main": "index.js",
"directories": {
"example": "examples"
},
"scripts": {
"postinstall": "bash build_ios_frameworks.sh",
"test": "jest",
"lint": "flow && documentation lint index.js",
"docs": "documentation build index.js -o docs --config documentation.yml -f html"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Polidea/react-native-ble-plx.git"
},
"devDependencies": {
"babel-eslint": "^7.2.3",
"babel-jest": "^20.0.3",
"babel-preset-react-native": "^1.9.2",
"documentation": "4.0.0-rc.1",
"eslint": "^3.19.0",
"eslint-plugin-flowtype": "^2.33.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jest": "^20.0.3",
"eslint-plugin-react": "^7.0.1",
"flow-bin": "^0.42.0",
"jest": "^20.0.3",
"prettier": "^1.3.1",
"react": "16.0.0-alpha.6",
"react-native": "0.44.0"
},
"keywords": [
"React",
"Native",
"Bluetooth",
"Low",
"Energy",
"BLE",
"Polidea"
],
"jest": {
"preset": "react-native"
},
"author": "Polidea",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/Polidea/react-native-ble-plx/issues"
},
"homepage": "https://github.com/Polidea/react-native-ble-plx#readme"
}