forked from laurengarcia/url-metadata
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
47 lines (47 loc) · 998 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
45
46
47
{
"name": "url-metadata",
"version": "2.6.0",
"description": "Request an http(s) url and scrape its metadata.",
"main": "index.js",
"scripts": {
"lint": "standard",
"test": "npm run lint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/laurengarcia/url-metadata.git"
},
"author": "Lauren Garcia <[email protected]> (https://github.com/laurengarcia)",
"license": "MIT",
"bugs": {
"url": "https://github.com/laurengarcia/url-metadata/issues"
},
"homepage": "https://github.com/laurengarcia/url-metadata#readme",
"keywords": [
"http",
"https",
"url",
"metadata",
"metatags",
"meta",
"tags",
"article",
"scrape",
"scraper",
"node",
"node.js",
"javascript",
"js",
"og",
"open graph",
"og tags",
"jsonld"
],
"dependencies": {
"cheerio": "^0.22.0",
"q": "^1.4.1",
"request": "^2.88.0",
"standard": "^12.0.1",
"underscore": "^1.8.3"
}
}