forked from Chinachu/Chinachu
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.19 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
{
"name": "chinachu",
"description": "An open source EPG digital video recorder system for Linux.",
"version": "0.0.1",
"private": true,
"homepage": "https://chinachu.moe/",
"author": {
"name": "Yuki KAN",
"email": "[email protected]",
"url": "https://github.com/kanreisa"
},
"repository": {
"type": "git",
"url": "https://github.com/kanreisa/Chinachu.git"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/kanreisa/Chinachu/blob/master/LICENSE"
}
],
"bugs": {
"url": "https://github.com/kanreisa/Chinachu/issues"
},
"dependencies": {
"chinachu-upnp-server": "^0.0.2",
"dateformat": "~1.0.6-1.2.3",
"easy-table": "~0.2.0",
"geoip-lite": "^1.1.6",
"hoard": "~0.1.5",
"http-auth": "^2.2.8",
"mdns-js": "^0.5.0",
"mkdirp": "~0.3.5",
"mtwitter": "~1.5.2",
"opts": "~1.2.2",
"socket.io": "~0.9.16",
"string": "~1.5.1",
"swagger-client": "github:kanreisa/swagger-js#feature/unix-domain-socket",
"xml2js": "~0.2.8"
},
"devDependencies": {
"mocha": "*",
"should": "*",
"sinon": "*"
},
"scripts": {
"test": "mocha -R spec"
},
"engines": {
"node": ">=0.12.0"
}
}