This commit is contained in:
erwanlr
2020-08-08 13:25:15 +02:00
parent 22979a1a77
commit 1043bcb267
16 changed files with 1405 additions and 2 deletions

View File

@@ -0,0 +1,11 @@
{
"name": "opcodespace",
"version": "1.0.0",
"description": "Wordpress plugin development boilerplate",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Mehedee Rahman",
"license": "ISC"
}