Browse Source

Update description and keywords

pull/7/head
Luke Childs 8 years ago
parent
commit
f8418bf31b
  1. 12
      package.json

12
package.json

@ -1,7 +1,7 @@
{
"name": "expired",
"version": "0.1.0",
"description": "Calculate when HTTP cache headers expire",
"description": "Calculate when HTTP responses expire from the cache headers",
"main": "src/index.js",
"scripts": {
"test": "nyc ava",
@ -13,12 +13,14 @@
"url": "git+https://github.com/lukechilds/expired.git"
},
"keywords": [
"calculate",
"HTTP",
"cache",
"headers",
"expire",
"response",
"expires",
"expirey"
"expire",
"expirey",
"cache",
"headers"
],
"author": "Luke Childs <lukechilds123@gmail.com> (http://lukechilds.co.uk)",
"license": "MIT",

Loading…
Cancel
Save