{
    "name": "patter",
    "version": "0.1.2",
    "author": "Michael Williamson <mike@zwobble.org>",
    "description": "Utilities for iterating through arrays using promises",
    "keywords": ["async", "promise", "foreach", "map", "filter"],
    "main": "./lib/index.js",
    "repository": {
        "type": "git",
        "url": "https://github.com/mwilliamson/patter.git"
    },
    "dependencies": {
    },
    "devDependencies": {
        "nodeunit": "~0.8.0",
        "promise": "2.0.0",
        "q": "~0.9.2",
        "when": "~2.0.1",
        "deferred": "~0.6.3"
    },
    "license": "BSD",
    "scripts": {
        "test": "nodeunit tests"
    }
}

