-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 882 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": "freeloader-of-data",
"version": "1.1.0",
"description": "A simple crawler or scraper to get open graph and other meta data from any website.",
"main": "index.js",
"scripts": {
"lint": "standard --fix"
},
"keywords": [
"open-graph",
"graph",
"crawler",
"scraper",
"meta-data"
],
"author": "Fernando M. Tenório <dotenorio@gmail.com> (https://blog.dotenorio.com)",
"license": "MIT",
"dependencies": {
"async": "^2.6.1",
"open-graph": "^0.2.3",
"url": "^0.11.0"
},
"devDependencies": {
"standard": "^12.0.1"
},
"directories": {
"example": "examples"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dotenorio/freeloader.git"
},
"bugs": {
"url": "https://github.com/dotenorio/freeloader/issues"
},
"homepage": "https://github.com/dotenorio/freeloader#readme"
}