This commit is contained in:
erwanlr
2018-12-03 15:08:56 +00:00
parent 4884defaed
commit 7f23cbef71
14 changed files with 2556 additions and 1 deletions

View File

@@ -0,0 +1,14 @@
{
"name": "wordpress-plugin-template",
"title": "WordPress Plugin Template",
"version": "1.0.0",
"homepage": "https://github.com/hlashbrooke/WordPress-Plugin-Template",
"main": "Gruntfile.js",
"devDependencies": {
"grunt": "~1.0.1",
"grunt-contrib-uglify": "~3.2.1",
"grunt-contrib-less": "~1.4.1",
"grunt-contrib-cssmin": "~2.2.1",
"grunt-contrib-watch": "~1.0.0"
}
}