summaryrefslogtreecommitdiffstats
path: root/meta-iot/recipes-web/the-thing-system/steward/package.json
blob: ff865f2067c50508365193b036efb2634084c09c (plain)
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
{ "name"                      : "node-steward"
  , "readmeFilename"            : "README.md"
  , "version"                   : "1.5.1"
  , "private"                   : true
  , "engines"                   :
    { "node"                    : ">=0.10.22"
    }
  , "license"                   : "MIT"
  , "dependencies"              :
    { "MD5"                     : "1.0.3"
    , "aerogel"                 : "git://github.com/TheThingSystem/aerogel.git"
    , "airplay"                 : "git://github.com/TheThingSystem/node-airplay.git"
    , "arp-a"                   : "0.3.0"
    , "async"                   : "0.2.9"
    , "axiscam"                 : "0.0.4"
    , "automatic-api"           : "0.9.3"
    , "avahi_pub"               : "git://github.com/TheThingSystem/node_avahi_pub.git"
    , "blinkstick"              : "git://github.com/TheThingSystem/blinkstick-node.git"
    , "color-convert"           : "0.3.1"
    , "colors"                  : "0.6.2"
    , "cosm"                    : "git://github.com/TheThingSystem/node-cosm.git"
    , "cron-parser"             : "git://github.com/TheThingSystem/node-cron-parser.git"
    , "cycle"                   : "1.0.2"
    , "eureka-dongle"           : "0.1.0"
    , "flower-power-cloud"      : "0.2.0"
    , "geocoder"                : "0.1.0"
    , "greenwave-gop"           : "0.0.2"
    , "grovestreams-api"        : "0.2.3"
    , "irobot"                  : "git://github.com/TheThingSystem/irobot.git"
    , "json-stringify-safe"     : "4.0.0"
    , "koubachi"                : "0.0.4"
    , "lifx"                    : "git://github.com/TheThingSystem/lifxjs.git"
    , "line-reader"             : "0.2.3"
    , "lockitron-api"           : "0.3.1"
    , "longjohn"                : "0.2.0"
    , "lumen"                   : "git://github.com/TheThingSystem/node-lumen.git"
    , "mdns"                    : "git://github.com/TheThingSystem/node_mdns.git"
    , "mime"                    : "1.2.9"
    , "mqtt"                    : "git://github.com/TheThingSystem/MQTT.js.git"
    , "netmask"                 : "1.0.4"
    , "noble"                   : "git://github.com/jukkar/noble.git"
    , "node-blink1"             : "0.1.0"
    , "node-cassandra-cql"      : "git://github.com/TheThingSystem/node-cassandra-cql.git"
    , "node-dweetio"            : "0.0.8"
    , "node-hid"                : "0.2.3"
    , "node-lsof"               : "git://github.com/TheThingSystem/node-lsof.git"
    , "node-netatmo"            : "git://github.com/TheThingSystem/node-netatmo.git"
    , "notify-my-android"       : "0.0.1"
    , "node-prowl"              : "git://github.com/TheThingSystem/node-prowl.git"
    , "node-ssdp"               : "git://github.com/TheThingSystem/node-ssdp.git"
    , "node-ssh-fingerprint"    : "git://github.com/TheThingSystem/node-ssh-fingerprint.git"
    , "node-uuid"               : "1.4.0"
    , "node-winkapi"            : "0.1.2"
    , "observer"                : "1.1.0"
    , "openzwave"               : "0.0.32"
    , "pcap"                    : "1.2.0"
    , "pkginfo"                 : "0.3.0"
    , "pixelpusher"             : "0.1.1"
    , "polyline-encoded"        : "0.0.4"
    , "portfinder"              : "0.2.1"
    , "rfxcom"                  : "git://github.com/TheThingSystem/node-rfxcom.git"
    , "robosmart"               : "0.1.1"
    , "roku"                    : "0.2.0"
    , "samsung-airconditioner"  : "git://github.com/TheThingSystem/node-samsung-airconditioner.git"
    , "sensortag"		: "git://github.com/sandeepmistry/node-sensortag.git"
    , "serialport"              : "~1.1.0"
    , "soap"                    : "0.2.7"
    , "sonos"                   : "git://github.com/TheThingSystem/node-sonos.git"
    , "speakeasy"               : "git://github.com/TheThingSystem/speakeasy.git"
    , "sqlite3"                 : "2.1.7"
    , "ssh-keygen"              : "git://github.com/TheThingSystem/ssh-keygen.git"
    , "stack-trace"             : "0.0.6"
    , "suncalc"                 : "1.2.1"
    , "teslams"                 : "0.8.6"
    , "underscore"              : "1.5.1"
    , "unofficial-nest-api"     : "git://github.com/TheThingSystem/unofficial_nodejs_nest.git"
    , "validator"               : "1.1.3"
    , "wake_on_lan"             : "0.0.3"
    , "winston"                 : "0.6.2"
    , "ws"                      : "git://github.com/TheThingSystem/ws.git"
    , "x509-keygen"             : "0.2.2"
    , "xml2js"                  : "0.2.7"
    , "xml2json"                : "0.3.2"
    , "xmlbuilder"              : "0.4.x"
    , "xmldom"		        : "0.1.x"
    , "xmlhttprequest"          : "git://github.com/TheThingSystem/node-XMLHttpRequest.git"
    , "yoctolib"                : "git://github.com/TheThingSystem/yoctolib_nodejs.git"
    , "yql"                     : "git://github.com/TheThingSystem/node-yql.git"
    }
}