Skip to content

Commit

Permalink
Package
Browse files Browse the repository at this point in the history
  • Loading branch information
wdavidw committed Sep 21, 2011
1 parent 23d2a45 commit f51f96f
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions package.json
@@ -0,0 +1,23 @@
{
"name": "each",
"version": "0.0.1",
"description": "Chained and parallel async iterator in one elegant function",
"author": "David Worms <david@adaltas.com>",
"contributors": [
{ "name": "David Worms", "email": "david@adaltas.com" }
],
"dependencies": {
"coffee-script": "latest"
},
"devDependencies": {
"expresso": "latest"
},
"engines": {
"node": ">= 0.4.0"
},
"keywords": ["array", "object", "each"],
"repository": {
"type": "git",
"url": "https://github.com/wdavidw/node-each.git"
}
}

0 comments on commit f51f96f

Please sign in to comment.