{
  "name": "mkdir-promise",
  "version": "1.0.0",
  "description": "fs.mkdir implementation with es6 Promise",
  "main": "index.js",
  "scripts": {
    "test": "mocha ./test/test-index.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/zbinlin/mkdir-promise.git"
  },
  "keywords": [
    "mkdir",
    "promise"
  ],
  "author": "zbinlin",
  "license": "MIT",
  "devDependencies": {},
  "bugs": {
    "url": "https://github.com/zbinlin/mkdir-promise/issues"
  },
  "homepage": "https://github.com/zbinlin/mkdir-promise#readme",
  "directories": {
    "test": "test"
  }
}
