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