{
  "name": "mkdirp-then",
  "description": "mkdirp as promised",
  "version": "1.2.0",
  "author": {
    "name": "Jonathan Ong",
    "email": "me@jongleberry.com",
    "url": "http://jongleberry.com",
    "twitter": "https://twitter.com/jongleberry"
  },
  "license": "MIT",
  "repository": "fs-utils/mkdirp-then",
  "dependencies": {
    "any-promise": "^1.1.0",
    "mkdirp": "^0.5.0"
  },
  "devDependencies": {
    "bluebird": "^3.0.0",
    "rimraf": "^2.0.0",
    "istanbul": "^0.4.2",
    "mocha": "^2.0.0"
  },
  "scripts": {
    "test": "mocha --reporter spec",
    "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot",
    "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter dot"
  },
  "keywords": [
    "mkdirp",
    "then",
    "thenable",
    "co",
    "fs",
    "promise"
  ],
  "files": [
    "index.js"
  ]
}
