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": "taylor.lovett@10up.com" | |
}, | |
{ | |
"name": "John P Bloch", | |
"email": "john.bloch@10up.com" | |
}, | |
{ | |
"name": "Eric Mann", | |
"email": "eric.mann@10up.com" | |
}, | |
{ | |
"name": "Luke Woodward", | |
"email": "luke@10up.com" | |
} | |
], | |
"dev_resources": [ | |
{ | |
"url": "git@github.com:tlovett1/feed-pull.git", | |
"type": "plugin", | |
"name": "feed-pull", | |
"reference": "f72da3b05bbe03f1" | |
}, | |
{ | |
"url": "git@github.com:10up/ElasticPress.git", | |
"type": "plugin", | |
"name": "elasticpress", | |
"reference": "f2294b5c0" | |
}, | |
{ | |
"url": "git@github.com: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