get-metadata
Version:
A utility function for querying and normalizing DOM metadata content
35 lines (34 loc) • 834 B
JSON
{
"name": "get-metadata",
"version": "1.0.1",
"description": "A utility function for querying and normalizing DOM metadata content",
"main": "get-metadata.js",
"scripts": {
"build": "uglifyjs get-metadata.js -c -m --source-map url=get-metadata.min.js.map -o get-metadata.min.js",
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/malj/get-metadata.git"
},
"keywords": [
"meta",
"metatag",
"metadata",
"DOM"
],
"author": {
"name": "Luka Maljic",
"email": "luka.maljic@gmail.com"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/malj/get-metadata/issues"
},
"homepage": "https://github.com/malj/get-metadata#readme",
"devDependencies": {
"jsdom": "^11.1.0",
"mocha": "^3.4.2",
"uglify-js": "^3.0.25"
}
}