blob: f5ceb0080b71c087a4730bf8d3e21ce4c8bc8376 [file] [log] [blame]
{
"name" : "mkdirp",
"description" : "Recursively mkdir, like `mkdir -p`",
"version" : "0.0.7",
"author" : "James Halliday <mail@substack.net> (http://substack.net)",
"main" : "./index",
"keywords" : [
"mkdir",
"directory"
],
"repository" : {
"type" : "git",
"url" : "http://github.com/substack/node-mkdirp.git"
},
"scripts" : {
"test" : "node node_modules/tap/bin/tap.js test/*.js"
},
"devDependencies" : {
"tap" : "0.0.x"
},
"license" : "MIT/X11",
"engines": { "node": "*" }
}