{
	"name": "html-metadata",
	"version": "3.0.0",
	"description": "Scrapes metadata of several different standards",
	"main": "index.js",
	"dependencies": {
		"cheerio": "1.0.0-rc.12",
		"microdata-node": "^2.0.0"
	},
	"devDependencies": {
		"chai": "^4.3.0",
		"eslint-config-wikimedia": "0.29.0",
		"istanbul": "^0.4.5",
		"mocha": "^11.1.0",
		"mocha-lcov-reporter": "^1.3.0",
		"nock": "^13.3.0"
	},
	"scripts": {
		"test": "npm run lint && mocha",
		"lint": "eslint --cache --max-warnings 0 --ext .js,.json .",
		"lint:fix": "eslint --fix .",
		"coverage": "istanbul cover _mocha -- -R spec"
	},
	"engines": {
		"node": ">=18"
	},
	"keywords": [
		"bepress",
		"coins",
		"dublin core",
		"eprints",
		"highwire press",
		"json-ld",
		"open graph",
		"metadata",
		"microdata",
		"prism",
		"twitter cards",
		"web scraper"
	],
	"repository": {
		"type": "git",
		"url": "https://github.com/wikimedia/html-metadata.git"
	},
	"author": "Marielle Volz <marielle.volz@gmail.com>",
	"contributors": [
		"Krzysztof Zbudniewek <krzysztof.zbudniewek@gmail.com>",
		"Geoffrey Mon <geofbot@gmail.com>",
		"Scimonster <tehalmightyscimonster@gmail.com>"
	],
	"license": "MIT",
	"bugs": {
		"url": "https://github.com/wikimedia/html-metadata/issues"
	},
	"homepage": "https://github.com/wikimedia/html-metadata"
}
