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.
15 lines
407 B
15 lines
407 B
{
|
|
"name": "http-cache-semantics",
|
|
"version": "3.0.0",
|
|
"description": "Parses Cache-Control headers and friends",
|
|
"main": "index.js",
|
|
"repository": "https://github.com/pornel/http-cache-semantics.git",
|
|
"scripts": {
|
|
"test": "mocha"
|
|
},
|
|
"author": "Kornel Lesiński <kornel@geekhood.net> (https://kornel.ski/)",
|
|
"license": "BSD-2-Clause",
|
|
"devDependencies": {
|
|
"mocha": "^2.4.5"
|
|
}
|
|
}
|
|
|