mantacode/safe-obj

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "safe-obj",
  "description": "Underscore helpers to make object accessors safe",
  "version": "1.0.2",
  "author": {
    "name": "mantacode",
    "email": "code@manta.com",
    "url": "www.manta.com"
  },
  "contributors": [
    {
      "name": "Andrew Nichols",
      "email": "anichols@manta.com"
    },
    {
      "name": "Rob Zakrzewski",
      "email": "rzakrzewski@manta.com"
    }
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/tandrewnichols/safe-obj.git"
  },
  "homepage": "https://github.com/mantacode/safe-obj",
  "bugs": "https://github.com/mantacode/safe-obj/issues",
  "license": "MIT",
  "scripts": {
    "test": "grunt",
    "prepublish": "grunt prepublish"
  },
  "dependencies": {},
  "devDependencies": {
    "coffee-script": "~1.7.1",
    "expect.js": "^0.3.1",
    "grunt": "^0.4.5",
    "grunt-contrib-clean": "^0.6.0",
    "grunt-contrib-copy": "^0.6.0",
    "grunt-contrib-jshint": "^0.10.0",
    "grunt-contrib-testem": "^0.5.16",
    "grunt-contrib-uglify": "^0.6.0",
    "grunt-mocha-cov": "^0.3.0",
    "grunt-mocha-test": "^0.11.0",
    "grunt-travis-matrix": "0.0.4",
    "indeed": "~1.0.1",
    "jshint-stylish": "^0.4.0",
    "lodash": "^2.4.1",
    "mocha": "git://github.com/tandrewnichols/mocha.git#suppress-stack",
    "mocha-given": "git://github.com/tandrewnichols/mocha-given.git",
    "task-master": "^1.0.4",
    "underscore": "~1.6.0"
  },
  "keywords": [
    "underscore",
    "helpers",
    "safety",
    "autovivification"
  ],
  "main": "./lib/index.js",
  "engines": {
    "node": ">=0.8.0"
  },
  "config": {
    "blanket": {
      "pattern": [
        "safe-obj/lib"
      ]
    }
  }
}