This repository has been archived by the owner on Apr 8, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 2.3 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
47
48
49
50
{ "name" : "homespun"
, "version" : "0.9.8"
, "main" : "node server.js"
, "author" : "Marshall Rose <[email protected]>"
, "description" : ""
, "keywords" : [ "homespun", "sensors", "home automation", "IoT", "internet of things"
, "numerous"
, "TSRP", "Yoctopuce", "cubesensors", "foobot", "netatmo", "snmp"
]
, "license" : "MIT"
, "contributors" : [ "Marshall Rose <[email protected]>" ]
, "maintainers" : [ "Marshall Rose <[email protected]>" ]
, "homepage" : "http://github.com/mrose17/homespun"
, "repository" :
{ "type" : "git"
, "url" : "git://github.com/mrose17/homespun.git"
}
, "dependencies" :
{ "arguable" : "0.0.20"
, "body-parser" : "1.13.2"
, "cadence" : "0.0.56"
, "connect" : "3.0.1"
, "express-xml-bodyparser" : "0.0.7"
, "influx" : "4.1.0"
, "inlet" : "0.2.4"
, "mqtt" : "1.4.3"
, "node-static" : "0.7.7"
, "node-uuid" : "1.4.4"
, "oauth" : "git://github.com/TheThingSystem/node-oauth.git"
, "prolific" : "0.0.4"
, "snmp-native" : "1.0.18"
, "underscore" : ">= 1.12.1"
, "vizsla" : "0.0.2"
, "xml2js" : "~0.2.8"
, "yoctolib" : "1.10.123"
}
, "devDependencies" :
{ "body-parser" : "1.13.2"
, "connect" : "3.0.1"
, "istanbul" : "0.3.2"
, "jscs" : "^1.6.2"
, "jshint" : "*"
, "proof" : "0.0.52"
}
, "scripts" :
{ "lint" : "jshint --config .jshintrc *.js */*.js *.json && jscs --config .jscs.json --no-colors *.js */*.js"
, "test" : "(proof run t/*/*.t.js | tee .proof.out | proof progress) || (proof errors < .proof.out) || exit 1"
, "cover" : "t/cover && open coverage/lcov-report/index.html"
}
}