UNPKG

1.28 kBJSONView Raw
1{
2 "name": "upnpserver",
3 "version": "3.0.2",
4 "description": "Simple Upnpserver server. It supports several audio tags (id3,...) and matroska metadatas.",
5 "main": "api.js",
6 "repository": {
7 "type": "git",
8 "url": "git@github.com:oeuillot/upnpserver.git"
9 },
10 "bugs": {
11 "url": "https://github.com/oeuillot/upnpserver/issues"
12 },
13 "engines": {
14 "node": ">=5.0.0"
15 },
16 "dependencies": {
17 "async": "latest",
18 "debug": "latest",
19 "exif": "latest",
20 "follow-redirects": "0.0.3",
21 "gm": "^1.21.1",
22 "ip": "0.3",
23 "jstoxml": "0.2",
24 "matroska": "2.2.2",
25 "mime": "1.2",
26 "mkdirp": "latest",
27 "moviedb": "^0.2.2",
28 "musicmetadata": "^2.0.2",
29 "node-ssdp": "^2.7.0",
30 "omdb-client": "^1.0.6",
31 "range-parser": "^1.0.3",
32 "request": "^2.69.0",
33 "sax": "0.4.2",
34 "send": "0.13",
35 "status": "latest",
36 "uuid": "^3.0.0"
37 },
38 "optionalDependencies": {
39 "nedb": "^1.5.0",
40 "mongodb": "^2.1.3"
41 },
42 "keywords": [
43 "Node.js",
44 "ushare",
45 "mediatomb",
46 "upnp"
47 ],
48 "author": "Olivier Oeuillot",
49 "license": "GPL",
50 "readmeFilename": "README.md",
51 "devDependencies": {
52 "jshint": "^2.6.0",
53 "mocha": "~2.1.0"
54 },
55 "scripts": {
56 "test": "./node_modules/.bin/jshint lib/"
57 }
58}