-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
41 lines (41 loc) · 1.03 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
{
"name": "react-native-blemulator",
"title": "React Native BLEmulator",
"version": "0.0.1",
"description": "BLE simulator for react-native-ble-plx",
"main": "index.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Polidea/react-native-blemulator.git",
"baseUrl": "https://github.com/Polidea/react-native-blemulator"
},
"keywords": [
"react-native",
"bluetooth low energy",
"ble",
"simulator"
],
"author": {
"name": "Polidea",
"email": "[email protected]"
},
"license": "MIT",
"licenseFilename": "LICENSE",
"readmeFilename": "README.md",
"peerDependencies": {
"react": "^16.8.1",
"react-native": ">=0.60.0-rc.0 <1.0.x",
"logkitty": "^0.7.1"
},
"devDependencies": {
"@types/react": "^16.9.34",
"@types/react-native": "^0.62.4",
"react": "^16.9.0",
"react-native": "^0.62.2",
"react-native-typescript-transformer": "^1.2.13",
"typescript": "^3.8.3"
}
}