forked from jshemas/openGraphScraper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 784 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
{
"name": "open-graph-scraper",
"description": "Node.js scraper service for Open Graph info",
"version": "2.3.6",
"license": "MIT",
"main": "app.js",
"engines": {
"node": "6.x"
},
"author": {
"name": "Josh Shemas",
"email": "jshemas1@gmail.com",
"url": "https://github.com/jshemas"
},
"dependencies": {
"charset": "1.0.0",
"cheerio": "0.22.0",
"iconv-lite": "0.4.13",
"lodash": "4.16.4",
"request": "2.75.0"
},
"devDependencies": {
"expect.js": "0.3.1",
"mocha": "^3.0.2"
},
"repository": {
"type": "git",
"url": "http://github.com/jshemas/openGraphScraper.git",
"web": "http://github.com/jshemas/openGraphScraper"
},
"keywords": [
"open graph",
"scraper",
"open",
"graph",
"opengraph",
"og",
"twitter",
"twitter card"
]
}