Created
March 4, 2017 13:55
-
-
Save dainelmawer/7eb524def5e8236402d67b163ceb7248 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "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