-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
36 lines (36 loc) · 866 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
{
"dependencies": {
"ip": "^1.0.1",
"underscore": ">= 1.6.0"
},
"name": "node-upnp-ssdp",
"description": "Simple Service Discovery for Node 0.12, handling Upnp NOTIFY and M-SEARCH requests.",
"version": "0.1.1",
"main": "index.js",
"directories": {
"example": "examples"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "ssh://git@github.com/bazwilliams/node-ssdp.git"
},
"keywords": [
"node",
"ssdp",
"upnp",
"service",
"discovery",
"udp",
"broadcast"
],
"author": "Barry John Williams <barry@bjw.me.uk> (https://github.com/bazwilliams)",
"license": "MIT",
"bugs": {
"url": "https://github.com/bazwilliams/node-ssdp/issues"
},
"homepage": "https://github.com/bazwilliams/node-ssdp"
}