aboutsummaryrefslogtreecommitdiff
path: root/node_modules/mkdirp/package.json
blob: 863e860d4c26203087e7280e1c124d86fa45f883 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
  "name": "mkdirp",
  "description": "Recursively mkdir, like `mkdir -p`",
  "version": "0.5.1",
  "author": "James Halliday <mail@substack.net> (http://substack.net)",
  "main": "index.js",
  "keywords": [
    "mkdir",
    "directory"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/substack/node-mkdirp.git"
  },
  "scripts": {
    "test": "tap test/*.js"
  },
  "dependencies": {
    "minimist": "0.0.8"
  },
  "devDependencies": {
    "tap": "1",
    "mock-fs": "2 >=2.7.0"
  },
  "bin": "bin/cmd.js",
  "license": "MIT"
}