-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 744 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 744 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
{
"name" : "telldus-live"
, "version" : "0.2.1"
, "description" : "A node.js module to interface with Telldus Live API"
, "author" : {
"name" : "Marshall Rose"
, "email" : "mrose17@gmail.com"
}
, "repository" : {
"type" : "git"
, "url" : "https://github.com/TheThingSystem/node-telldus-live.git"
}
, "bugs" : {
"url" : "https://github.com/TheThingSystem/node-telldus-live/issues"
}
, "dependencies" : {
"oauth" : "~0.9.11"
, "underscore" : "1.5.1"
}
, "keywords" : [ "Telldus" ]
, "main" : "./telldus-live.js"
, "engines" : {
"node" : ">=0.8"
}
, "readmeFilename" : "README.md"
}