{
    "name": "module-deps",
    "version": "1.0.2",
    "description": "walk the dependency graph to generate json output that can be fed into browser-pack",
    "main": "index.js",
    "bin": {
        "module-deps": "cmd.js"
    },
    "dependencies": {
        "through": "~2.3.4",
        "JSONStream": "~0.6.4",
        "browser-resolve": "~1.1.0",
        "resolve": "~0.4.0",
        "detective": "~2.1.2",
        "concat-stream": "~1.0.0",
        "minimist": "~0.0.1"
    },
    "devDependencies": {
        "tap": "~0.4.0",
        "browser-pack": "~0.0.0"
    },
    "scripts": {
        "test": "tap test/*.js"
    },
    "repository": {
        "type": "git",
        "url": "git://github.com/substack/module-deps.git"
    },
    "homepage": "https://github.com/substack/module-deps",
    "keywords": [
        "dependency",
        "graph",
        "browser",
        "require",
        "module",
        "exports",
        "json"
    ],
    "author": {
        "name": "James Halliday",
        "email": "mail@substack.net",
        "url": "http://substack.net"
    },
    "license": "MIT"
}
