mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-04-28 06:50:31 -04:00
23 lines
430 B
JSON
23 lines
430 B
JSON
{
|
|
"name": "netlify-plugin-amp-optimizer",
|
|
"version": "1.0.0",
|
|
"description": "Render your AMP pages, server-side.",
|
|
"license": "MIT",
|
|
"author": {
|
|
"name": "Martin Bean",
|
|
"url": "https://martinbean.dev"
|
|
},
|
|
"files": [
|
|
"manifest.yml",
|
|
"index.js"
|
|
],
|
|
"main": "index.js",
|
|
"dependencies": {
|
|
"@ampproject/toolbox-optimizer": "^2.x",
|
|
"glob": "^7.x"
|
|
},
|
|
"engines": {
|
|
"node": ">=10.0"
|
|
}
|
|
}
|