package.json 471 B

123456789101112131415161718
  1. {
  2. "name": "mkdirp-classic",
  3. "version": "0.5.3",
  4. "description": "Mirror of mkdirp 0.5.2",
  5. "main": "index.js",
  6. "dependencies": {},
  7. "devDependencies": {},
  8. "repository": {
  9. "type": "git",
  10. "url": "https://github.com/mafintosh/mkdirp-classic.git"
  11. },
  12. "author": "Mathias Buus (@mafintosh)",
  13. "license": "MIT",
  14. "bugs": {
  15. "url": "https://github.com/mafintosh/mkdirp-classic/issues"
  16. },
  17. "homepage": "https://github.com/mafintosh/mkdirp-classic"
  18. }