forked from tonny0812/pornhub-downloader
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 979 Bytes
/
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
{
"name": "pornhub-downloader",
"version": "2.2.2",
"description": "download videos from pornhub.",
"main": "index.js",
"scripts": {
"test": "mocha ./src/test/index.js",
"start": "node ./src",
"url": "node ./src/feature/custom.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/blackmatch/pornhub-downloader.git"
},
"keywords": [
"crawler",
"node",
"pornhub"
],
"author": "blackmatch <coder.blackmatch@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/blackmatch/pornhub-downloader/issues"
},
"homepage": "https://github.com/blackmatch/pornhub-downloader#readme",
"dependencies": {
"cheerio": "^1.0.0-rc.2",
"colors": "^1.2.4",
"fs-extra": "^4.0.3",
"lodash": "^4.17.10",
"moment": "^2.22.1",
"request": "^2.85.0",
"request-progress": "^3.0.0"
},
"devDependencies": {
"chai": "^4.1.2",
"eslint": "^4.19.1",
"mocha": "^4.1.0"
}
}