UNPKG

862 BJSONView Raw
1{
2 "name": "expired",
3 "version": "0.1.0",
4 "description": "Calculate when HTTP cache headers expire",
5 "main": "src/index.js",
6 "scripts": {
7 "test": "nyc ava",
8 "lint": "xo",
9 "coverage": "nyc report --reporter=text-lcov | coveralls"
10 },
11 "repository": {
12 "type": "git",
13 "url": "git+https://github.com/lukechilds/expired.git"
14 },
15 "keywords": [
16 "HTTP",
17 "cache",
18 "headers",
19 "expire",
20 "expires",
21 "expirey"
22 ],
23 "author": "Luke Childs <lukechilds123@gmail.com> (http://lukechilds.co.uk)",
24 "license": "MIT",
25 "bugs": {
26 "url": "https://github.com/lukechilds/expired/issues"
27 },
28 "homepage": "https://github.com/lukechilds/expired",
29 "dependencies": {
30 "date-fns": "^1.21.1"
31 },
32 "devDependencies": {
33 "ava": "^0.17.0",
34 "coveralls": "^2.11.15",
35 "nyc": "^10.0.0",
36 "xo": "^0.17.1"
37 }
38}