scaffold-command/templates/plugin-packages.mustache
2017-03-10 12:57:05 -08:00

12 lines
240 B
Text

{
"name": "{{plugin_slug}}",
"version": "0.1.0",
"main": "Gruntfile.js",
"author": "{{plugin_author}}",
"devDependencies": {
"grunt": "~0.4.5",
"grunt-wp-i18n": "~0.5.0",
"grunt-wp-readme-to-markdown": "~1.0.0"
}
}