forked from himelbrand/react-native-ble-peripheral
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 746 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 746 Bytes
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
{
"name": "react-native-ble-peripheral",
"version": "2.0.0",
"description": "a simulator for a BLE peripheral, to help with testing BLE apps without an actual peripheral BLE device",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/himelbrand/react-native-ble-peripheral.git"
},
"keywords": [
"react-native",
"ble",
"peripheral",
"react"
],
"author": "Omri Himelbrand",
"license": "MIT",
"bugs": {
"url": "https://github.com/himelbrand/react-native-ble-peripheral/issues"
},
"homepage": "https://github.com/himelbrand/react-native-ble-peripheral#readme"
}