-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.14 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
{
"name": "xx-file-server",
"version": "2.0.0",
"description": "A node file server, about image video ...",
"main": "index.js",
"scripts": {
"start": "set NODE_ENV=development&&node index.js",
"release": "set NODE_ENV=production&&node index.js",
"test": "echo \"Error: no test specified\" && exit 1",
"server": "pm2 start startup.json"
},
"repository": {
"type": "git",
"url": "https://github.com/TouSS/xx-file-server.git"
},
"keywords": [
"node",
"file server",
"koa2"
],
"author": "touss",
"license": "MIT",
"dependencies": {
"canvas": "^2.2.0",
"cheerio": "^1.0.0-rc.2",
"cryptiles": "^4.1.3",
"ejs": "^2.6.1",
"fluent-ffmpeg": "^2.1.2",
"hoek": "^5.0.4",
"imagemagick": "^0.1.3",
"jimp": "^0.2.28",
"koa": "^2.6.2",
"koa-body": "^4.0.4",
"koa-onerror": "^4.1.0",
"koa-router": "^7.4.0",
"koa-static": "^5.0.0",
"koa2-cors": "^2.0.6",
"log4js": "^2.11.0",
"mime": "^2.3.1",
"puppeteer": "^1.10.0",
"segment": "^0.1.3",
"timespan": "^2.3.0",
"unoconv-promise": "^1.0.5"
},
"devDependencies": {
"pm2": "^3.2.2"
}
}