-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
39 lines (39 loc) · 957 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
{
"name": "webhubbot-downloader",
"version": "1.0.0",
"description": "dowload videos from mongodb.",
"main": "index.js",
"scripts": {
"test": "test",
"start": "babel-node ./src --presets es2015,stage-3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/blackmatch/WebHubBot-downloader.git"
},
"keywords": [
"pornhub",
"download",
"mongodb"
],
"author": "blackmatch",
"license": "MIT",
"bugs": {
"url": "https://github.com/blackmatch/WebHubBot-downloader/issues"
},
"homepage": "https://github.com/blackmatch/WebHubBot-downloader#readme",
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-3": "^6.24.1"
},
"dependencies": {
"cheerio": "^1.0.0-rc.1",
"lodash": "^4.17.4",
"mkdirp": "^0.5.1",
"moment": "^2.18.1",
"mongoose": "^4.10.4",
"progress": "^2.0.0",
"superagent": "^3.5.2"
}
}