{ "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 (https://kornel.ski/)", "license": "BSD-2-Clause", "devDependencies": { "mocha": "^2.4.5" } }