UNPKG

httplease-cache

Version:

An implementation of HTTP caching as an httplease filter

46 lines (45 loc) 1.07 kB
{ "name": "httplease-cache", "version": "0.1.1", "description": "An implementation of HTTP caching as an httplease filter", "main": "index.js", "scripts": { "test": "npm run test:lint && npm run test:coverage", "test:lint": "eslint lib test --fix", "test:jasmine": "jasmine JASMINE_CONFIG_PATH=jasmine.json", "test:coverage": "nyc jasmine JASMINE_CONFIG_PATH=jasmine.json", "prepublish": "npm test" }, "repository": "bitbucket:atlassianlabs/httplease-cache", "keywords": [ "httplease", "http", "client", "request", "cache", "caching" ], "contributors": [ { "name": "James Bunton", "email": "jbunton@atlassian.com" } ], "license": "Apache-2.0", "files": [ "index.js", "lib" ], "devDependencies": { "eslint": "^4.15.0", "eslint-config-jbunton": "0.0.4", "httplease": "^0.7.0", "jasmine": "^3.0.0", "jasmine-http-server-spy": "^0.4.1", "jasmine-promise-tools": "^1.0.0", "nyc": "^13.1.0" }, "dependencies": { "node-cache": "^4.2.0" } }