This commit is contained in:
erwanlr
2020-02-29 12:28:55 +01:00
parent 7c5baeb9c7
commit a3d8593fed
16 changed files with 1978 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"
}
}