forked from sandeepmistry/node-core-bluetooth
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 817 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
{
"name": "core-bluetooth",
"version": "0.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "jshint *.js lib/."
},
"repository": {
"type": "git",
"url": "https://github.com/sandeepmistry/node-core-bluetooth.git"
},
"keywords": [
"Core",
"Bluetooth",
"OS",
"X"
],
"author": "Sandeep Mistry <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/sandeepmistry/node-core-bluetooth/issues"
},
"homepage": "https://github.com/sandeepmistry/node-core-bluetooth",
"dependencies": {
"bplist-parser": "^0.1.1",
"debug": "^2.2.0",
"ffi": "^2.0.0",
"nodobjc": "^2.1.0",
"re-emitter": "^1.1.1",
"ref-struct": "1.1.0",
"uuid": "^2.0.1"
},
"devDependencies": {
"jshint": "^2.8.0"
}
}