42 lines
869 B
JSON
42 lines
869 B
JSON
{
|
|
"name": "http-equiv-refresh",
|
|
"description": "Parse an HTML meta refresh value.",
|
|
"version": "1.0.0",
|
|
"license": "MIT",
|
|
"homepage": "https://github.com/stevenvachon/http-equiv-refresh",
|
|
"author": {
|
|
"name": "Steven Vachon",
|
|
"email": "contact@svachon.com",
|
|
"url": "http://www.svachon.com/"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/stevenvachon/http-equiv-refresh.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/stevenvachon/http-equiv-refresh/issues"
|
|
},
|
|
"devDependencies": {
|
|
"chai": "^3.5.0",
|
|
"mocha": "^2.4.5"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.10"
|
|
},
|
|
"scripts": {
|
|
"test": "mocha test.js --reporter spec --check-leaks --bail"
|
|
},
|
|
"files": [
|
|
"index.js",
|
|
"license"
|
|
],
|
|
"keywords": [
|
|
"html",
|
|
"http-equiv",
|
|
"meta",
|
|
"metadata",
|
|
"parse",
|
|
"refresh"
|
|
]
|
|
}
|