All Downloads are FREE. Search and download functionalities are using the official Maven repository.

coffeescript-1.4.0.node_modules.mkdirp.package.json Maven / Gradle / Ivy

There is a newer version: 0.8.8
Show newest version
{
    "name" : "mkdirp",
    "description" : "Recursively mkdir, like `mkdir -p`",
    "version" : "0.3.5",
    "author" : "James Halliday  (http://substack.net)",
    "main" : "./index",
    "keywords" : [
        "mkdir",
        "directory"
    ],
    "repository" : {
        "type" : "git",
        "url" : "http://github.com/substack/node-mkdirp.git"
    },
    "scripts" : {
        "test" : "tap test/*.js"
    },
    "devDependencies" : {
        "tap" : "~0.4.0"
    },
    "license" : "MIT"
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy