-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
46 lines (46 loc) · 1.17 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
{
"name": "smartthings-isy-bridge",
"private": true,
"version": "1.0.0",
"description": "SmartThings integration bridge server for an ISY994i home automation controller",
"keywords": [],
"dependencies": {
"decamelize": "*",
"ejs": "*",
"grunt": "*",
"grunt-contrib-clean": "*",
"grunt-contrib-coffee": "*",
"grunt-contrib-concat": "*",
"grunt-contrib-copy": "*",
"grunt-contrib-cssmin": "*",
"grunt-contrib-jst": "*",
"grunt-contrib-less": "*",
"grunt-contrib-uglify": "*",
"grunt-contrib-watch": "*",
"grunt-sails-linker": "*",
"grunt-sync": "*",
"include-all": "*",
"isy-js": "github:tenstartups/isy-js#master",
"js-yaml": "*",
"node-ssdp": "*",
"queue": "*",
"rc": "*",
"request": "*",
"request-promise-native": "*",
"sails": "0.12.13",
"sails-disk": "0.10.10",
"uppercamelcase": "*",
"ws": "*"
},
"scripts": {
"debug": "node debug app.js",
"start": "node app.js"
},
"main": "app.js",
"repository": {
"type": "git",
"url": "git://github.com/tenstartups/smartthings-isy-bridge.git"
},
"author": "Marc Lennox <marc.lennox@gmail.com>",
"license": "*"
}