-
Notifications
You must be signed in to change notification settings - Fork 117
/
package.json
37 lines (37 loc) · 890 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
{
"name": "pornhub-downloader",
"version": "2.0.0",
"description": "download videos from pornhub.",
"main": "index.js",
"scripts": {
"test": "test",
"start": "node ./src"
},
"repository": {
"type": "git",
"url": "git+https://github.com/blackmatch/pornhub-downloader.git"
},
"keywords": [
"crawler",
"node",
"pornhub"
],
"author": "blackmatch <[email protected]>",
"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.1.2",
"fs-extra": "^4.0.2",
"lodash": "^4.17.4",
"mega": "^0.2.0",
"moment": "^2.19.1",
"progress": "^2.0.0",
"request": "^2.83.0",
"request-progress": "^3.0.0"
},
"devDependencies": {}
}