Current File : //proc/self/root/proc/self/root/usr/lib/node_modules/bower/lib/node_modules/mkpath/package.json
{
  "name": "mkpath",
  "version": "0.1.0",
  "author": "Jonathan Rajavuori <jrajav@gmail.com>",
  "description": "Make all directories in a path, like mkdir -p",
  "repository": {
    "type": "git",
    "url": "https://github.com/jrajav/mkpath"
  },
  "keywords": [
    "mkdir",
    "mkdirp",
    "directory",
    "path",
    "tree"
  ],
  "main": "./mkpath",
  "scripts": {
    "test": "node node_modules/tap/bin/tap.js ./test"
  },
  "devDependencies": {
    "tap": "~0.3"
  },
  "license": "MIT"
}