forked from TheThingSystem/node-flower-power-cloud
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 825 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
{
"name": "flower-power-api",
"version": "1.4.2",
"description": "A node.js module which use the Parrot Flower Power API",
"author": "Bruno Sautron <sautron.brunojj@gmail.com>",
"repository": {
"type": "git",
"url": "git+https://github.com/Parrot-Developers/node-flower-power-cloud.git"
},
"bugs": {
"url": "https://github.com/Parrot-Developers/node-flower-power-cloud/issues"
},
"keywords": [
"Parrot",
"Flower Power"
],
"main": "./FlowerPowerCloud.js",
"engines": {
"node": ">=0.8"
},
"dependencies": {
"async": "^1.5.0",
"node-schedule": "^0.6.0",
"request": "^2.67.0"
},
"homepage": "https://github.com/Parrot-Developers/node-flower-power-cloud#readme",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"license": "ISC"
}