-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 1.09 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
{
"author": "David P. Janes <[email protected]> (https://iotdb.org)",
"bin": {
"smartthings": "./smartthingslib.js"
},
"bugs": {
"url": "https://github.com/dpjanes/iotdb-smartthings/issues"
},
"dependencies": {
"minimist": "~1.1.1",
"unirest": "~0.4.0"
},
"description": "Node.JS SmartThings Library",
"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://iotdb.org",
"homestar": {},
"license": "Apache-2.0",
"main": "smartthingslib.js",
"name": "iotdb-smartthings",
"private": false,
"repository": {
"type": "git",
"url": "https://github.com/dpjanes/iotdb-models"
},
"scripts": {
"test": "grunt"
},
"version": "0.0.7"
}