mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-04-27 16:50:30 -04:00
22 lines
617 B
JSON
22 lines
617 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",
|
|
"license": "MIT",
|
|
"author": {
|
|
"name": "Jake Jarvis",
|
|
"email": "jake@jarv.is",
|
|
"url": "http://jarv.is/"
|
|
},
|
|
"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"
|
|
},
|
|
"main": "index.js",
|
|
"engines": {
|
|
"node": ">=10.18"
|
|
}
|
|
}
|