forked from wikimedia/html-metadata
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.17 KB
/
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
48
49
50
{
"name": "html-metadata",
"version": "1.6.3",
"description": "Scrapes metadata of several different standards",
"main": "index.js",
"dependencies": {
"bluebird": "3.4.6",
"cheerio": "0.22.0",
"microdata-node": "0.2.1",
"preq": "0.5.2"
},
"devDependencies": {
"istanbul": "0.4.5",
"mocha": "3.2.0",
"mocha-jshint": "2.3.1",
"mocha-lcov-reporter": "1.2.0"
},
"scripts": {
"test": "mocha",
"coverage": "istanbul cover _mocha -- -R spec"
},
"keywords": [
"bepress",
"coins",
"dublin core",
"eprints",
"highwire press",
"json-ld",
"open graph",
"metadata",
"microdata",
"twitter cards",
"web scraper"
],
"repository": {
"type": "git",
"url": "https://github.com/wikimedia/html-metadata.git"
},
"author": "Marielle Volz <[email protected]>",
"contributors": [
"Krzysztof Zbudniewek <[email protected]>",
"Geoffrey Mon <[email protected]>",
"Scimonster <[email protected]>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/wikimedia/html-metadata/issues"
},
"homepage": "https://github.com/wikimedia/html-metadata"
}