-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1008 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
31
32
33
34
35
36
37
38
39
40
{
"name": "node-live-telldus",
"version": "0.0.2",
"description": "A node.js module to interface with Telldus Live API.\nWritten in ECMAScript2015 using classes, arrow functions and native promises.",
"author": {
"name": "Jørn Are Hatlelid",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "https://github.com/jornare/node-live-telldus.git"
},
"bugs": {
"url": "https://github.com/jornare/node-live-telldus/issues"
},
"dependencies": {
"oauth": "~0.9.11"
},
"keywords": [
"Telldus, Telldus live, node, nodejs"
],
"engines": {
"node": ">=4.2.1"
},
"main": "./src/telldusLive.js",
"homepage": "https://github.com/jornare/node-live-telldus",
"_id": "[email protected]",
"_from": "node-live-telldus@*",
"_npmVersion": "2.14.7",
"_npmUser": {
"name": "jornare",
"email": "[email protected]"
},
"maintainers": [
{
"name": "jornare",
"email": "[email protected]"
}
]
}