-
-
Notifications
You must be signed in to change notification settings - Fork 55
/
package.json
44 lines (44 loc) · 1 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
42
43
44
{
"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": {
"nan": "~2.13.0",
"bindings": "1.2.x",
"prebuild-install": "^5.3.2"
},
"engines": {
"node": ">= 0.8.x",
"npm": ">= 1.1.x"
},
"scripts": {
"install": "prebuild-install || node-gyp configure build",
"install-debug": "prebuild-install --debug || node-gyp configure build --debug",
"prebuild": "prebuild --all --force --strip --verbose"
},
"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"
}