serviceberry-cache-control
Version:
A Cache Control plugin for Serviceberry
49 lines (48 loc) • 1.25 kB
JSON
{
"name": "serviceberry-cache-control",
"version": "0.2.4",
"description": "A Cache Control plugin for Serviceberry",
"main": "plugin.js",
"files": [
"plugin.js"
],
"directories": {
"test": "spec"
},
"scripts": {
"build": "npm run lint && npm run test-coverage",
"lint": "eslint plugin.js",
"lint:spec": "eslint spec/**",
"test": "jasmine",
"test-coverage": "nyc --include=plugin.js --reporter=lcov --reporter=text npm test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bob-gray/serviceberry-cache-control.git"
},
"keywords": [
"cache-control",
"no-cache",
"max-age"
],
"author": "Bob Gray <gray.bob98@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/bob-gray/serviceberry-cache-control/issues"
},
"homepage": "https://github.com/bob-gray/serviceberry-cache-control#readme",
"peerDependencies": {
"serviceberry": ">0.7.1"
},
"dependencies": {
"vary": "^1.1.2"
},
"devDependencies": {
"@eslint/js": "^9.21.0",
"eslint": "^9.21.0",
"globals": "^16.0.0",
"jasmine": "^5.6.0",
"jasmine-spec-reporter": "^7.0.0",
"nyc": "^17.1.0"
}
}