mirror of
https://gh.wpcy.net/https://github.com/pawankhated/one-click-wordpress-installer.git
synced 2026-04-22 00:39:17 +08:00
25 lines
742 B
JSON
25 lines
742 B
JSON
{
|
|
"private": true,
|
|
"name": "@automattic/jetpack-super-cache",
|
|
"version": "1.9.4",
|
|
"description": "A very fast caching engine for WordPress that produces static html files.",
|
|
"homepage": "https://jetpack.com",
|
|
"bugs": {
|
|
"url": "https://github.com/Automattic/jetpack/labels/[Plugin] Super Cache"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/Automattic/jetpack.git",
|
|
"directory": "projects/plugins/super-cache"
|
|
},
|
|
"license": "GPL-2.0-or-later",
|
|
"author": "Automattic",
|
|
"scripts": {
|
|
"build": "echo 'Not implemented.'",
|
|
"build-js": "echo 'Not implemented.'",
|
|
"build-production": "echo 'Not implemented.'",
|
|
"build-production-js": "echo 'Not implemented.'",
|
|
"clean": "true"
|
|
},
|
|
"devDependencies": {}
|
|
}
|