forked from Parrot-Developers/node-flower-power
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 827 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
{
"name": "flower-power-ble",
"version": "0.5.0",
"description": "node.js/BLE lib to comminucate with Parrot Flower Power devices",
"main": "index.js",
"scripts": {
"test": "jshint *.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Parrot-Developers/node-flower-power.git"
},
"keywords": [
"Parrot",
"Flower",
"Power",
"Flower Power"
],
"author": "Sandeep Mistry <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/sandeepmistry/node-flower-power/issues"
},
"devDependencies": {
"jshint": "~2.3.0",
"bleno": "~0.1.8"
},
"dependencies": {
"async": "^1.5.1",
"buffer-equal": "^1.0.0",
"noble-device": "^1.1.0"
},
"homepage": "https://github.com/sandeepmistry/node-flower-power#readme"
}