-
Notifications
You must be signed in to change notification settings - Fork 47
/
package.json
58 lines (58 loc) · 1.25 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
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "upnpserver",
"version": "3.0.1",
"description": "Simple Upnpserver server. It supports several audio tags (id3,...) and matroska metadatas.",
"main": "api.js",
"repository": {
"type": "git",
"url": "git@github.com:oeuillot/upnpserver.git"
},
"bugs": {
"url": "https://github.com/oeuillot/upnpserver/issues"
},
"engines": {
"node": ">=5.0.0"
},
"dependencies": {
"async": "latest",
"debug": "latest",
"exif": "latest",
"follow-redirects": "0.0.3",
"gm": "^1.21.1",
"ip": "0.3",
"jstoxml": "0.2",
"matroska": "2.2.2",
"mime": "1.2",
"mkdirp": "latest",
"moviedb": "^0.2.2",
"music-metadata": "^0.7.14",
"node-ssdp": "^2.7.0",
"omdb-client": "^1.0.6",
"range-parser": "^1.0.3",
"request": "^2.69.0",
"sax": "0.4.2",
"send": "0.13",
"status": "latest",
"uuid": "^3.0.0"
},
"optionalDependencies": {
"nedb": "^1.5.0",
"mongodb": "^2.1.3"
},
"keywords": [
"Node.js",
"ushare",
"mediatomb",
"upnp"
],
"author": "Olivier Oeuillot",
"license": "GPL",
"readmeFilename": "README.md",
"devDependencies": {
"jshint": "^2.6.0",
"mocha": "~2.1.0"
},
"scripts": {
"test": "./node_modules/.bin/jshint lib/"
}
}