-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 838 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 838 Bytes
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
{
"name": "@vothub/media-extractor-api",
"version": "2.1.0",
"description": "Media Extractor API",
"main": "index.js",
"scripts": {
"lint": "./node_modules/.bin/eslint ."
},
"repository": {
"type": "git",
"url": "https://github.com/vothub/media-extractor-api.git"
},
"author": "Vot Z <https://vot-z.com>",
"license": "MIT",
"dependencies": {
"async": "^2.1.4",
"body-parser": "^1.16.0",
"cheerio": "^0.22.0",
"clarg": "0.0.4",
"express": "^4.14.1",
"fs-extra": "^2.0.0",
"hbs": "^4.0.1",
"lodash": "^4.17.4",
"mongodb": "2.2.34",
"request": "^2.76.0",
"unfluff": "^3.0.0",
"uuid": "^3.2.1",
"youtube-dl": "^1.11.1"
},
"devDependencies": {
"eslint": "^4.9.0",
"eslint-config-airbnb-base": "12.1.0",
"eslint-plugin-import": "2.8.0"
}
}