summaryrefslogtreecommitdiff
path: root/lib/rejectseries/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rejectseries/package.json')
-rw-r--r--lib/rejectseries/package.json21
1 files changed, 21 insertions, 0 deletions
diff --git a/lib/rejectseries/package.json b/lib/rejectseries/package.json
new file mode 100644
index 0000000..6be6413
--- /dev/null
+++ b/lib/rejectseries/package.json
@@ -0,0 +1,21 @@
+{
+ "name": "async.rejectseries",
+ "description": "async rejectseriesmethod 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.util.doseries": "0.5.2",
+ "async.util.reject": "0.5.2"
+ },
+ "keywords": [
+ "async",
+ "async-modularized",
+ "rejectseries"
+ ]
+}