-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 1 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
{
"author": "David P. Janes <davidjanes@iotdb.org> (https://iotdb.org)",
"bugs": {
"url": "https://github.com/dpjanes/homestar-ecobee/issues"
},
"dependencies": {
"iotdb": ">=0.6.3"
},
"description": "IOTDB Bridge for Ecobee",
"devDependencies": {
"grunt": "~0.4.5",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-nodeunit": "~0.2.0",
"grunt-contrib-uglify": "~0.5.0",
"grunt-contrib-watch": "~0.5.0",
"grunt-jsbeautifier": "^0.2.7",
"jshint-stylish": "~0.1.3",
"load-grunt-tasks": "~0.2.0",
"request": "^2.36.0"
},
"homepage": "https://github.com/dpjanes/node-iotdb",
"homestar": {},
"license": "Apache-2.0",
"main": "index.js",
"name": "homestar-ecobee",
"private": false,
"repository": {
"type": "git",
"url": "https://github.com/dpjanes/homestar-ecobee"
},
"scripts": {
"test": "grunt"
},
"version": "0.0.0"
}