foreachasync.js/package.json

32 lines
744 B
JSON
Raw Normal View History

2013-08-06 19:20:03 +00:00
{
2014-01-22 19:46:54 +00:00
"name": "foreachasync",
2014-01-12 07:33:41 +00:00
"version": "3.0.0",
2013-08-06 19:20:03 +00:00
"description": "A node- and browser-ready async counterpart of Array.prototype.forEach",
2014-01-13 23:07:10 +00:00
"homepage": "https://github.com/FuturesJS/forEachAsync",
2013-08-06 19:20:03 +00:00
"main": "forEachAsync.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/FuturesJS/forEachAsync.git"
},
"keywords": [
2014-01-13 23:07:10 +00:00
"futuresjs",
2013-08-06 19:20:03 +00:00
"forEach",
"for",
"forEachAsync",
"async",
"futures",
"each"
],
2014-01-13 23:07:10 +00:00
"author": "AJ ONeal <coolaj86@gmail.com> (http://coolaj86.com/)",
2013-08-06 19:20:03 +00:00
"license": "Apache2",
"bugs": {
"url": "https://github.com/FuturesJS/forEachAsync/issues"
}
}