Skip to content

Instantly share code, notes, and snippets.

@jsoningram
Last active August 29, 2015 14:21
Show Gist options
  • Save jsoningram/19a995445b52786194e5 to your computer and use it in GitHub Desktop.
Save jsoningram/19a995445b52786194e5 to your computer and use it in GitHub Desktop.
Bower power for WordPress install
{
"name": "wordpress",
"version": "1.0.0",
"authors": [
"Jason Ingram <[email protected]>"
],
"repository": {
"type": "git",
"url": "#"
},
"description": "Base workflow stuff",
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"components",
"test",
"tests"
],
"dependencies": {}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment