-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 1.06 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
{
"author": "David P. Janes <davidjanes@iotdb.org> (https://iotdb.org)",
"bugs": {
"url": "https://github.com/dpjanes/homestar-littlebits/issues"
},
"dependencies": {
"iotdb": ">=0.12.0",
"littlebits-cloud-http": "~0.3.4"
},
"description": "IOTDB Bridge for Littlebits",
"devDependencies": {
"grunt": "~0.4.5",
"grunt-contrib-jshint": "~0.12.0",
"grunt-contrib-nodeunit": "~0.4.1",
"grunt-contrib-uglify": "~0.11.1",
"grunt-contrib-watch": "~0.6.1",
"grunt-jsbeautifier": "~0.2.10",
"jshint-stylish": "~2.1.0",
"load-grunt-tasks": "~3.4.0",
"request": "~2.69.0"
},
"homepage": "https://github.com/dpjanes/node-iotdb",
"homestar": {},
"license": "Apache-2.0",
"main": "index.js",
"name": "homestar-littlebits",
"private": false,
"repository": {
"type": "git",
"url": "https://github.com/dpjanes/homestar-littlebits"
},
"scripts": {
"test": "grunt"
},
"version": "0.1.13"
}