-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
47 lines (47 loc) · 1.23 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
{
"author": "David P. Janes <[email protected]> (https://iotdb.org)",
"bugs": {
"url": "https://github.com/dpjanes/node-iotdb/issues"
},
"dependencies": {
"iotdb-helpers": "~3.0.29",
"iotdb-thing": "~3.0.9",
"semver": "~5.3.0"
},
"description": "IOTDB.org",
"devDependencies": {
"grunt": "~1.0.1",
"grunt-contrib-jshint": "~1.1.0",
"grunt-contrib-nodeunit": "~1.0.0",
"grunt-contrib-uglify": "~2.3.0",
"grunt-contrib-watch": "~1.0.0",
"grunt-jsbeautifier": "~0.2.13",
"jshint-stylish": "~2.2.1",
"load-grunt-tasks": "~3.5.2",
"request": "~2.81.0"
},
"homepage": "https://github.com/dpjanes/node-iotdb",
"keywords": [
"IOTDB",
"IOT",
"Internet",
"Things",
"Hardware",
"Raspberry",
"Pi",
"Arduino",
"Firmata"
],
"license": "Apache-2.0",
"main": "iotdb.js",
"name": "iotdb",
"repository": {
"type": "git",
"url": "https://github.com/dpjanes/node-iotdb"
},
"scripts": {
"cover": "istanbul cover _mocha",
"test": "grunt"
},
"version": "3.0.12"
}