-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
30 lines (30 loc) · 926 Bytes
/
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
{
"name" : "greenwave-gop"
, "version" : "1.0.1"
, "description" : "node.js module to interface with the GOP service from Greenwave Reality"
, "author" : {
"name" : "Marshall Rose"
, "email" : "[email protected]"
}
, "repository" : {
"type" : "git"
, "url" : "https://github.com/TheThingSystem/node-greenwave-gop.git"
}
, "bugs" : {
"url" : "https://github.com/TheThingSystem/node-greenwave-gop/issues"
}
, "keywords" : [ "Greenwave GOP Service" ]
, "main" : "./gop.js"
, "dependencies" : {
"deep-equal" : "0.1.0"
, "json2xml" : "0.1.1"
, "mdns" : "2.2.0"
, "node-ssdp" : "git://github.com/TheThingSystem/node-ssdp.git"
, "node-uuid" : "1.4.1"
, "xml2json" : "0.3.2"
}
, "engines" : {
"node" : ">=0.8"
}
, "readmeFilename" : "README.md"
}