forked from lsongdev/node-bluetooth
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
42 lines (42 loc) · 1014 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
{
"name": "node-bluetooth",
"version": "1.2.6",
"description": "Bluetooth serial port communication for Node.js",
"keywords": [
"bluetooth"
],
"main": "index.js",
"os": [
"darwin",
"linux",
"win32"
],
"dependencies": {
"bindings": "^1.5.0",
"bluetooth-serial-port": "eelcocramer/node-bluetooth-serial-port#next-release",
"copyfiles": "^2.1.1"
},
"engines": {
"node": ">= 0.8.x",
"npm": ">= 1.1.x"
},
"scripts": {
"install": "node node_modules/copyfiles/copyfiles -f node_modules/bluetooth-serial-port/build/Release/BluetoothSerialPort.node Release"
},
"license": "MIT",
"author": "lsong",
"directories": {
"example": "example"
},
"devDependencies": {
"prebuild": "^9.1.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/song940/node-bluetooth.git"
},
"bugs": {
"url": "https://github.com/song940/node-bluetooth/issues"
},
"homepage": "https://github.com/song940/node-bluetooth#readme"
}