diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..f4adeee --- /dev/null +++ b/bower.json @@ -0,0 +1,26 @@ +{ + "name": "forEachAsync", + "main": "forEachAsync.js", + "version": "3.0.0", + "homepage": "https://github.com/FuturesJS/forEachAsync", + "authors": [ + "AJ ONeal " + ], + "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" + ] +}