mirror of https://github.com/nodejs/node.git
24 lines
558 B
JSON
24 lines
558 B
JSON
{
|
|
"name" : "mkdirp",
|
|
"description" : "Recursively mkdir, like `mkdir -p`",
|
|
"version" : "0.3.0",
|
|
"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" : "tap test/*.js"
|
|
},
|
|
"devDependencies" : {
|
|
"tap" : "0.0.x"
|
|
},
|
|
"license" : "MIT/X11",
|
|
"engines": { "node": "*" }
|
|
}
|