added bower.json

This commit is contained in:
AJ ONeal 2014-01-12 00:38:14 -07:00
parent 6bdf214962
commit e611d3f769
1 changed files with 26 additions and 0 deletions

26
bower.json Normal file
View File

@ -0,0 +1,26 @@
{
"name": "forEachAsync",
"main": "forEachAsync.js",
"version": "3.0.0",
"homepage": "https://github.com/FuturesJS/forEachAsync",
"authors": [
"AJ ONeal <coolaj86@gmail.com>"
],
"description": "A node- and browser-ready async counterpart of Array.prototype.forEach",
"keywords": [
"forEachAsync",
"forEach",
"for",
"async",
"each",
"asynchronous"
],
"license": "Apache-v2",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}