You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

44 lines
1008 B

{
"name": "expired",
"version": "1.3.12",
"description": "Calculate when HTTP responses expire from the cache headers",
"main": "src/index.js",
"scripts": {
"test": "nyc ava",
"lint": "xo",
"coverage": "nyc report --reporter=text-lcov | coveralls"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lukechilds/expired.git"
},
"keywords": [
"calculate",
"HTTP",
"response",
"expires",
"expire",
"expirey",
"cache",
"headers",
"pure"
],
"author": "Luke Childs <lukechilds123@gmail.com> (http://lukechilds.co.uk)",
"license": "MIT",
"bugs": {
"url": "https://github.com/lukechilds/expired/issues"
},
"homepage": "https://github.com/lukechilds/expired",
"dependencies": {
"date-fns": "2.0.1",
"parse-headers": "2.0.1"
},
"devDependencies": {
"ava": "^0.25.0",
"coveralls": "^3.0.0",
"date-fns": "^1.28.3",
"nyc": "^11.0.1",
"timekeeper": "^2.0.0",
"xo": "^0.19.0"
}
}