forked from adafruit/adafruit-io-node
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.27 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "adafruit-io",
"version": "4.2.5",
"description": "Adafruit IO Client, Local Server, & io.adafruit.com TLS Tunnel",
"bin": "./cli.js",
"main": "index.js",
"scripts": {
"test": "gulp"
},
"repository": {
"type": "git",
"url": "git+https://github.com/adafruit/adafruit-io-node.git"
},
"author": "Todd Treece <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/adafruit/adafruit-io-node/issues"
},
"homepage": "https://github.com/adafruit/adafruit-io-node#readme",
"devDependencies": {
"gulp": "^3.9.0",
"gulp-jshint": "^1.11.2",
"gulp-mocha": "^2.1.3",
"jshint-stylish": "^2.0.1"
},
"keywords": [
"adafruit",
"io",
"adafruit io",
"iot",
"internet",
"of",
"things",
"tunnel",
"raspberry",
"pi",
"raspberry pi",
"raspi"
],
"engines": {
"node": ">=4.0.0"
},
"dependencies": {
"chalk": "^1.1.1",
"dotenv": "^1.2.0",
"express": "^4.13.3",
"express-csv": "^0.6.0",
"inquirer": "^0.10.0",
"mkdirp": "^0.5.1",
"mqtt": "^1.4.1",
"nedb": "^1.1.3",
"restler": "^3.2.2",
"swagger-client-promises": "^1.0.2",
"swagger-tools": "^0.9.5",
"winston": "^1.0.1",
"xml": "^1.0.0",
"yargs": "^3.25.0"
}
}