{
  "name": "depthcharge",
  "version": "0.0.0",
  "description": "depthcharge is a function that will take in a root directory and a subdirectory as arguments and output an integer depth",
  "main": "depthcharge.js",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "test": "node test/run.js"
  },
  "keywords": [
    "directory depth",
    "depth",
    "deep",
    "nested",
    "fs depth"
  ],
    "repository" : {
      "type" : "git",
      "url" : "https://github.com/swys/depthcharge.git"
  },
  "author": {
      "name" : "Kevin Carroll",
      "email" : "abacus822@gmail.com"
  },
  "license": "MIT",
  "devDependencies": {
    "tape": "~1.0.x",
    "watercolor": "0.0.x",
    "mkdirp": "~0.3.x"
  }
}
