forked from Niels-Be/node-bluez
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 792 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 792 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
27
28
29
30
31
32
33
34
35
36
{
"name": "bluez",
"version": "0.2.2",
"description": "Bluez5 D-Bus library for easy to use bluetooth access in node",
"keywords": [
"bluez",
"bluez5",
"bluetooth",
"dbus",
"d-bus"
],
"main": "index.js",
"types": "types.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"install": "node-gyp configure build"
},
"author": "WaeCo <aaqqws@googlemail.com>",
"license": "MIT",
"homepage": "https://github.com/waeco/node-bluez#readme",
"dependencies": {
"dbus": "^1.0.3",
"errno": "^0.1.5",
"nan": "^2.1.0"
},
"repository": {
"type": "git",
"url": "git://github.com/waeco/node-bluez.git"
},
"bugs": {
"url": "https://github.com/waeco/node-bluez/issues"
},
"os": [
"!win32"
]
}