-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
44 lines (44 loc) · 870 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
41
42
43
44
{
"name": "fbvideos",
"version": "1.0.2",
"description": "Easily extract downloadable link of publicly available videos on facebook.",
"main": "index.js",
"engines": {
"node": ">=4"
},
"scripts": {
"test": "xo && ava"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CodeDotJS/fbvideos.git"
},
"keywords": [
"facebook",
"api",
"download",
"video",
"public",
"link",
"url",
"extract",
"fetch",
"scrap"
],
"dependencies": {
"got": "^7.1.0"
},
"devDependencies": {
"ava": "*",
"xo": "^*"
},
"xo": {
"esnext": true
},
"author": "Rishi Giri <[email protected]> (http://rishigiri.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/CodeDotJS/fbvideos/issues"
},
"homepage": "https://github.com/CodeDotJS/fbvideos#readme"
}