forked from dpjanes/homestar-smartthings
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.12 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.12 KB
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
{
"author": "David P. Janes <davidjanes@iotdb.org> (https://iotdb.org)",
"bugs": {
"url": "https://github.com/dpjanes/homestar-smartthings/issues"
},
"dependencies": {
"body-parser": "~1.15.0",
"iotdb": ">=0.13.0",
"iotdb-mqtt": "~0.0.6",
"iotdb-smartthings": "~0.0.8"
},
"description": "HomeStar / IOTDB Bridge for SmartThings",
"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://homestar.io",
"homestar": {},
"license": "Apache-2.0",
"main": "index.js",
"name": "homestar-smartthings",
"private": false,
"repository": {
"type": "git",
"url": "https://github.com/dpjanes/homestar-smartthings"
},
"scripts": {
"test": "grunt"
},
"version": "0.1.25"
}