Last active
August 29, 2015 14:21
-
-
Save jsoningram/19a995445b52786194e5 to your computer and use it in GitHub Desktop.
Bower power for WordPress install
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": "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