forked from herokukuki/dfb
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.26 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.26 KB
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": "leech-server",
"version": "1.0.0",
"description": "Leech Server (leech all in one server)",
"engines": {
"node": "8.4.0",
"npm": "5.3.0"
},
"main": "index.js",
"scripts": {
"start": "cross-env NODE_ENV=production node index.js",
"test": "cross-env NODE_ENV=development mocha",
"debug": "cross-env NODE_ENV=development mocha debug",
"nodemon": "cross-env NODE_ENV=development nodemon index.js"
},
"keywords": [
"leech",
"server"
],
"author": "mksimpler",
"license": "MIT",
"devDependencies": {
"chai": "^4.1.2",
"mocha": "^3.5.2",
"nodemon": "^1.12.0"
},
"dependencies": {
"cheerio": "^1.0.0-rc.2",
"clone": "^2.1.1",
"cross-env": "^5.0.5",
"ejs-locals": "^1.0.2",
"express": "^4.14.0",
"html-minifier": "^3.5.5",
"iconv-lite": "^0.4.18",
"node-cache": "^4.1.1",
"request": "^2.81.0",
"require-directory": "^2.1.1",
"sanitize-filename": "^1.6.1",
"uuid": "^3.1.0"
},
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mksimpler/leech-server.git"
},
"bugs": {
"url": "https://github.com/mksimpler/leech-server/issues"
},
"homepage": "https://github.com/mksimpler/leech-server#readme"
}