Skip to content

Instantly share code, notes, and snippets.

@dainelmawer
Created March 4, 2017 13:55
Show Gist options
  • Select an option

  • Save dainelmawer/7eb524def5e8236402d67b163ceb7248 to your computer and use it in GitHub Desktop.

Select an option

Save dainelmawer/7eb524def5e8236402d67b163ceb7248 to your computer and use it in GitHub Desktop.
{
"name": "wp-theme-workflow",
"version": "1.0.0",
"description": "A WordPress theme workflow inspired by 10up Engineering Best Practices",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DaineMawer/wordpress-workflow.git"
},
"keywords": [
"git",
"composer",
"10up",
"wordpress"
],
"author": "Daine Mawer <dainelindleymawer@me.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/DaineMawer/wordpress-workflow/issues"
},
"homepage": "https://github.com/DaineMawer/wordpress-workflow#readme"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment