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.
 

40 lines
917 B

{
"name": "expired",
"version": "0.1.0",
"description": "Calculate when HTTP cache headers expire",
"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": [
"HTTP",
"cache",
"headers",
"expire",
"expires",
"expirey"
],
"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": "^1.21.1"
},
"devDependencies": {
"ava": "^0.17.0",
"coveralls": "^2.11.15",
"date-fns": "^1.21.1",
"nyc": "^10.0.0",
"timekeeper": "^1.0.0",
"xo": "^0.17.1"
}
}