{
    "name": "mkpath",
    "version": "0.1.0",
    "author": "Jonathan Rajavuori <jrajav@gmail.com>",
    "description": "Make all directories in a path, like mkdir -p",
    "repository": {
        "type": "git",
        "url": "https://github.com/jrajav/mkpath"
    },
    "keywords": [
        "mkdir",
        "mkdirp",
        "directory",
        "path",
        "tree"
    ],
    "main": "./mkpath",
    "scripts": {
        "test": "node node_modules/tap/bin/tap.js ./test"
    },
    "devDependencies": {
        "tap": "~0.3"
    },
    "license": "MIT"
}
