Skip to content

Commit

Permalink
Bower.json for Bower pacakge is here
Browse files Browse the repository at this point in the history
Merges #14 #10 by jabranr
  • Loading branch information
Ahmad Awais committed Jun 8, 2016
1 parent 0715d2d commit 213cfa1
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"name": "WPGulp",
"description": "Gulp with WordPress. Start using Gulp with your WordPress plugins and themes.",
"main": "gulpfile.js",
"authors": [
"ahmadawais <[email protected]> (http://ahmadawais.com)"
],
"license": "MIT",
"keywords": [
"WPGulp",
"wordpress",
"gulp",
"js",
"wp",
"gulp wp"
],
"homepage": "https://github.com/ahmadawais/WPGulp",
"repository": {
"type": "git",
"url": "https://github.com/ahmadawais/WPGulp.git"
},
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}

0 comments on commit 213cfa1

Please sign in to comment.