-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 683 Bytes
/
Copy pathpackage.json
File metadata and controls
27 lines (27 loc) · 683 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": "node-devolo",
"version": "0.1.0",
"description": "Devolo Home Control (reverse-engineered). Control your favorite home control devices via this Node.js API.",
"author": "Kevin Dietrich",
"license": "MIT",
"main": "dist/Devolo.js",
"keywords": [
"devolo",
"home control"
],
"repository": {
"type": "git",
"url": "git+https://github.com/kdietrich/node-devolo.git"
},
"bugs": {
"url": "https://github.com/kdietrich/node-devolo/issues"
},
"homepage": "https://github.com/kdietrich/node-devolo#readme",
"engines": {
"node": ">=0.12.0"
},
"devDependencies": {
"@types/node": "^7.0.5",
"typescript": "^2.1.6"
}
}