forked from Chinachu/Chinachu
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.22 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
{
"name": "chinachu",
"description": "Most Lovely DVR Software in Japan.",
"version": "0.10.3-gamma.0",
"private": true,
"homepage": "https://chinachu.moe/",
"author": {
"name": "Yuki KAN",
"email": "re@pixely.jp",
"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-common": "file:common",
"dateformat": "~1.0.6-1.2.3",
"diskusage": "^1.1.3",
"easy-table": "~0.2.0",
"geoip-lite": "^1.4.2",
"http-auth": "^2.2.8",
"ip": "^1.1.5",
"mdns-js": "^0.5.0",
"mirakurun": "^3.4.1",
"mkdirp": "~0.3.5",
"mtwitter": "^1.6.4",
"nodemailer": "^2.7.0",
"nodemailer-sendmail-transport": "^1.0.0",
"opts": "^1.2.7",
"socket.io": "^2.3.0",
"swagger-client": "github:kanreisa/swagger-js#feature/unix-domain-socket"
},
"devDependencies": {
"mocha": "^6.2.3",
"should": "*",
"sinon": "^7.5.0"
},
"scripts": {
"test": "mocha -R spec"
}
}