-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
29 lines (29 loc) · 908 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
{
"name" : "taas-client"
, "version" : "0.5.2"
, "description" : "Things-as-a-service, client-side."
, "author" : {
"name" : "Marshall Rose"
, "email" : "mrose17@gmail.com"
}
, "repository" : {
"type" : "git"
, "url" : "https://github.com/TheThingSystem/node-taas-client.git"
}
, "bugs" : {
"url" : "https://github.com/TheThingSystem/node-taas-client/issues"
}
, "keywords" : [ "nat", "cloud", "taas", "rendezvous" ]
, "main" : "./taas-client.js"
, "engines" : {
"node" : ">=0.10"
}
, "dependencies" : {
"async" : "0.2.10"
, "mdns" : "2.2.0"
, "speakeasy" : "git://github.com/TheThingSystem/speakeasy.git"
, "underscore" : "1.5.1"
, "ws" : "git://github.com/TheThingSystem/ws.git"
}
, "readmeFilename" : "README.md"
}