forked from patlux/react-native-bluetooth-state-manager
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 865 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
{
"name": "react-native-bluetooth-state-manager",
"description": "Manage the bluetooth state of your device ",
"version": "1.1.0",
"main": "src/index.js",
"repository": "git+https://github.com/patlux/react-native-bluetooth-state-manager.git",
"author": "Patrick Wozniak <[email protected]>",
"license": "MIT",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"precommit": "lint-staged"
},
"lint-staged": {
"*.{js,json}": ["prettier --write", "git add"]
},
"dependencies": {},
"devDependencies": {
"babel-eslint": "8.2.3",
"eslint": "4.19.1",
"husky": "0.14.3",
"lint-staged": "7.0.5",
"prettier": "1.12.1"
},
"peerDependencies": {
"prop-types": "15.6.1",
"react": "^16.3.0",
"react-native": "0.55.3"
},
"keywords": ["React", "Native", "Bluetooth", "State", "Manager"]
}