-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 884 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 884 Bytes
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
{
"name" : "thing-client"
, "version" : "0.5.4"
, "description" : "A node.js module to interface with TheThingSystem steward, as a thing."
, "author" : {
"name" : "Marshall Rose"
, "email" : "mrose17@gmail.com"
}
, "repository" : {
"type" : "git"
, "url" : "https://github.com/TheThingSystem/node-thing-client.git"
}
, "bugs" : {
"url" : "https://github.com/TheThingSystem/node-thing-client/issues"
}
, "keywords" : [ "STP", "simple thing protocol" ]
, "main" : "./thing-client.js"
, "engines" : {
"node" : ">=0.10"
}
, "dependencies" : {
"mdns" : "2.2.0"
, "speakeasy" : "git://github.com/TheThingSystem/speakeasy.git"
, "ws" : "git://github.com/TheThingSystem/ws.git"
}
, "readmeFilename" : "README.md"
}