summaryrefslogtreecommitdiff
path: root/lib/every/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'lib/every/package.json')
-rw-r--r--lib/every/package.json22
1 files changed, 22 insertions, 0 deletions
diff --git a/lib/every/package.json b/lib/every/package.json
new file mode 100644
index 0000000..512ec16
--- /dev/null
+++ b/lib/every/package.json
@@ -0,0 +1,22 @@
+{
+ "name": "async.every",
+ "description": "async everymethod as module.",
+ "main": "./index.js",
+ "repository": {
+ "type": "git",
+ "url": "https://github.com/caolan/async.git"
+ },
+ "author": "Caolan McMahon",
+ "version": "0.5.2",
+ "license": "MIT",
+ "dependencies": {
+ "async.eachof": "0.5.2",
+ "async.util.createtester": "0.5.2",
+ "async.util.notid": "0.5.2"
+ },
+ "keywords": [
+ "async",
+ "async-modularized",
+ "every"
+ ]
+}