forked from jacobrask/node-upnp-device
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 903 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
{
"name": "upnp-device",
"version": "0.1.3",
"description": "Create UPnP devices in Node.js",
"keywords": [ "upnp" ],
"author": { "name": "Jacob Rask", "email": "[email protected]" },
"homepage": "https://github.com/jacobrask/node-upnp-device",
"bugs": "https://github.com/jacobrask/node-upnp-device/issues",
"main": "./index",
"directories": { "lib": "./lib" },
"engines": { "node": ">=0.10.0" },
"dependencies": {
"async": "*",
"coffee-script": "1.1.3",
"mime": "*",
"node-uuid": "*",
"redis": "*",
"underscore": "*",
"xml": "*",
"xml2js": "*"
},
"licenses": [ {
"type": "MIT",
"url": "http://github.com/jacobrask/node-upnp-device/raw/master/LICENSE"
} ],
"repository": {
"type": "git",
"url": "git://github.com/jacobrask/node-upnp-device.git"
},
"contributors": ["Eelco Cramer", "Andrew Heuermann", "Yongrok Kim"]
}