1
mirror of https://github.com/jakejarvis/netlify-plugin-cache.git synced 2025-04-26 08:45:23 -04:00
netlify-plugin-cache/package.json
2020-06-16 10:03:37 -04:00

26 lines
698 B
JSON

{
"name": "netlify-plugin-cache",
"version": "1.0.3",
"description": "Generic cache plugin for saving and restoring files and/or folders between Netlify builds",
"author": "Jake Jarvis <jake@jarv.is>",
"license": "MIT",
"main": "index.js",
"homepage": "https://github.com/jakejarvis/netlify-plugin-cache#readme",
"bugs": "https://github.com/jakejarvis/netlify-plugin-cache/issues",
"repository": {
"type": "git",
"url": "git+https://github.com/jakejarvis/netlify-plugin-cache.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"netlify",
"netlify-plugin",
"cache",
"ci",
"build",
"plugin"
]
}