forked from mwittig/pimatic-upnp-root
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.11 KB
/
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
41
42
43
44
45
{
"name": "pimatic-upnp-root",
"description": "Pimatic UPnP Root-Device to advertise the Pimatic web interface on the Local Network",
"author": {
"name": "Marcus Wittig",
"url": "https://github.com/mwittig/pimatic-upnp-root"
},
"main": "upnp-root",
"files": [
"upnp-root.coffee",
"README.md",
"upnp-root-config-schema.coffee",
"LICENSE",
"screenshots/screenshot-1.png",
"screenshots/screenshot-2.png",
"icons/logo_app_icon.bmp",
"icons/logo_app_icon.jpg",
"icons/logo_app_icon.png"
],
"version": "0.0.7",
"homepage": "https://github.com/mwittig/pimatic-upnp-root",
"keywords": [
"pimatic",
"UPnP"
],
"repository": {
"type": "git",
"url": "git://github.com/mwittig/pimatic-upnp-root.git"
},
"bugs": {
"url": "https://github.com/mwittig/pimatic-upnp-root/issues"
},
"license": "GPL-2.0",
"configSchema": "upnp-root-config-schema.coffee",
"dependencies": {
"peer-upnp": "git+https://github.com/mwittig/peer-upnp.git"
},
"peerDependencies": {
"pimatic": ">0.8.19"
},
"engines": {
"node": ">0.8.x",
"npm": ">1.1.x"
}
}