Last active
August 29, 2015 14:17
-
-
Save tlovett1/db012db48805d4a51e44 to your computer and use it in GitHub Desktop.
Working manifest.json for testing
This file contains 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": "10up", | |
"hostname": [ | |
"10up.dev", | |
"www.10up.dev" | |
], | |
"maintainers": [ | |
{ | |
"name": "Taylor Lovett", | |
"email": "[email protected]" | |
}, | |
{ | |
"name": "John P Bloch", | |
"email": "[email protected]" | |
}, | |
{ | |
"name": "Eric Mann", | |
"email": "[email protected]" | |
}, | |
{ | |
"name": "Luke Woodward", | |
"email": "[email protected]" | |
} | |
], | |
"dev_resources": [ | |
{ | |
"url": "[email protected]:tlovett1/feed-pull.git", | |
"type": "plugin", | |
"name": "feed-pull", | |
"reference": "f72da3b05bbe03f1" | |
}, | |
{ | |
"url": "[email protected]:10up/ElasticPress.git", | |
"type": "plugin", | |
"name": "elasticpress", | |
"reference": "f2294b5c0" | |
}, | |
{ | |
"url": "[email protected]:Automattic/_s.git", | |
"type": "theme", | |
"name": "_s", | |
"location": "vip", | |
"reference": "f2294b5c0" | |
} | |
], | |
"vendor_resources": [ | |
{ | |
"type": "plugin", | |
"name": "debug-bar" | |
}, | |
{ | |
"type": "plugin", | |
"name": "debug-bar-extender" | |
}, | |
{ | |
"type": "plugin", | |
"name": "safe-redirect-manager", | |
"reference": "1.7.6" | |
}, | |
{ | |
"type": "plugin", | |
"name": "jetpack" | |
}, | |
{ | |
"type": "theme", | |
"name": "nirvana" | |
}, | |
{ | |
"type": "theme", | |
"name": "nirvana", | |
"url": "https://downloads.wordpress.org/theme/ugallu.0.1.8.zip" | |
} | |
], | |
"database": "https:\/\/gist.githubusercontent.com\/johnpbloch\/1639aa0ddd316be99c9f\/raw\/4c82d4ebd64246aec4977a71cd08f36dad33406d\/wordpress.sample.sql.gz", | |
"uploads": "https:\/\/impracticallyornate.com\/content\/uploads\/uploads.tar.gz" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment