ahmadnassri/mkdirp-promise

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "version": "0.0.0-development",
  "name": "mkdirp-promise",
  "description": "Promise version of mkdirp",
  "author": "Ahmad Nassri <ahmad@ahmadnassri.com> (https://www.ahmadnassri.com/)",
  "homepage": "https://github.com/ahmadnassri/mkdirp-promise",
  "repository": {
    "type": "git",
    "url": "https://github.com/ahmadnassri/mkdirp-promise.git"
  },
  "license": "ISC",
  "main": "lib/index.js",
  "keywords": [
    "mkdirp",
    "promise"
  ],
  "engines": {
    "node": ">=4"
  },
  "files": [
    "lib"
  ],
  "bugs": {
    "url": "https://github.com/ahmadnassri/mkdirp-promise/issues"
  },
  "scripts": {
    "pretest": "standard && echint",
    "test": "tap test",
    "coverage": "tap test --reporter silent --coverage"
  },
  "devDependencies": {
    "echint": "^4.0.0",
    "rimraf": "^2.5.4",
    "tap": "^12.0.0"
  },
  "dependencies": {
    "mkdirp": "*",
    "standard": "^12.0.0"
  }
}