-
-
Notifications
You must be signed in to change notification settings - Fork 303
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bower.json for Bower pacakge is here
- Loading branch information
Ahmad Awais
committed
Jun 8, 2016
1 parent
0715d2d
commit 213cfa1
Showing
1 changed file
with
29 additions
and
0 deletions.
There are no files selected for viewing
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
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" | ||
] | ||
} |