-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
47 lines (47 loc) · 1.2 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
{
"name": "pornhub-downloader",
"version": "1.0.0",
"description": "download videos from pornhub.",
"main": "index.js",
"scripts": {
"test": "test",
"start": "babel-node ./src --presets es2015,stage-3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/blackmatch/pornhub-downloader.git"
},
"keywords": [
"crawler",
"node",
"pornhub"
],
"author": "blackmatch",
"license": "MIT",
"bugs": {
"url": "https://github.com/blackmatch/pornhub-downloader/issues"
},
"homepage": "https://github.com/blackmatch/pornhub-downloader#readme",
"dependencies": {
"babel-eslint": "^7.2.3",
"babel-plugin-transform-runtime": "^6.23.0",
"cheerio": "^1.0.0-rc.1",
"colors": "^1.1.2",
"eslint": "^3.19.0",
"eslint-config-airbnb": "^15.0.1",
"eslint-plugin-import": "^2.3.0",
"eslint-plugin-jsx-a11y": "^5.0.3",
"eslint-plugin-react": "^7.0.1",
"lodash": "^4.17.4",
"log4js": "^1.1.1",
"mkdirp": "^0.5.1",
"moment": "^2.18.1",
"progress": "^2.0.0",
"superagent": "^3.5.2"
},
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-3": "^6.24.1"
}
}