You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
651 B
25 lines
651 B
{ |
|
"author": "\"Cowboy\" Ben Alman (http://benalman.com/)", |
|
"name": "async-foreach", |
|
"description": "An optionally-asynchronous forEach with an interesting interface.", |
|
"version": "0.1.3", |
|
"homepage": "http://github.com/cowboy/javascript-sync-async-foreach", |
|
"bugs": "https://github.com/cowboy/javascript-sync-async-foreach/issues", |
|
"repository": { |
|
"type": "git", |
|
"url": "git://github.com/cowboy/javascript-sync-async-foreach.git" |
|
}, |
|
"main": "lib/foreach", |
|
"engines": { |
|
"node": "*" |
|
}, |
|
"keywords": [ |
|
"array", |
|
"loop", |
|
"sync", |
|
"async", |
|
"foreach" |
|
], |
|
"dependencies": {}, |
|
"devDependencies": {} |
|
}
|
|
|