ecman/peekdepth

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "peekdepth",
  "version": "2.0.1",
  "description": "Get the max depth of a multi-dimensional array",
  "main": "index.js",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "test": "node test/script/eslint.js *.js && istanbul cover test",
    "preversion": "npm test",
    "postversion": "git push && git push --tags"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ecman/peekdepth.git"
  },
  "keywords": [
    "array",
    "depth",
    "array-depth",
    "multi-dimensional",
    "max-depth",
    "ecman"
  ],
  "author": "ecman <its.ec@outlook.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/ecman/peekdepth/issues"
  },
  "homepage": "https://github.com/ecman/peekdepth#readme",
  "devDependencies": {
    "eslint": "^3.19.0",
    "istanbul": "^0.4.5"
  }
}