From e611d3f769933730ec35c70313edc0ca73a020fe Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Sun, 12 Jan 2014 00:38:14 -0700 Subject: [PATCH] added bower.json --- bower.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 bower.json 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" + ] +}