This commit is contained in:
erwanlr
2021-07-19 16:24:57 +02:00
parent 84993f7bd6
commit 2690ab324f
13 changed files with 2468 additions and 2 deletions

View File

@@ -0,0 +1,22 @@
{
"name": "api-cache-pro",
"version": "0.0.3",
"description": "A simple plugin to cache WP Rest API Requests.",
"main": "index.js",
"directories": {
"test": "tests"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hubbardlabs/api-cache-pro.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/hubbardlabs/api-cache-pro/issues"
},
"homepage": "https://github.com/hubbardlabs/api-cache-pro#readme"
}