mirror of
https://gh.wpcy.net/https://github.com/wp-cli/scaffold-command.git
synced 2026-05-02 06:03:39 +08:00
12 lines
240 B
Text
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"
|
|
}
|
|
}
|