initial commit

This commit is contained in:
2023-12-24 09:27:07 -06:00
commit b1ed7ee6c9
8 changed files with 604 additions and 0 deletions

17
package.json Normal file
View File

@@ -0,0 +1,17 @@
{
"name": "cimba",
"version": "0.1.0",
"main": "Gruntfile.js",
"author": "Anthony Correa",
"scripts" : {
"start" : "grunt default" ,
"readme" : "grunt readme",
"i18n" : "grunt i18n"
},
"devDependencies": {
"grunt": "~0.4.5",
"grunt-wp-i18n": "~0.5.0",
"grunt-wp-readme-to-markdown": "~1.0.0"
}
}