{
  "name": "madlib-object-utils",
  "description": "A small set of utility functions for working with objects",
  "main": "lib/utils.js",
  "version": "0.1.8",
  "author": {
    "name": "Mark Doeswijk",
    "email": "mdoeswijk@gmail.com",
    "url": "https://github.com/Qwerios"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Qwerios/madlib-object-utils.git"
  },
  "scripts": {
    "test": "command -v grunt >/dev/null 2>&1 && grunt test || { echo >&2 'Grunt is not installed'; }",
    "prepublish": "command -v grunt >/dev/null 2>&1 && grunt || { echo >&2 'Grunt is not installed'; }"
  },
  "devDependencies": {
    "grunt-contrib-watch": "~0.6.1",
    "grunt-contrib-coffee": "~0.10.1",
    "grunt": "~0.4.5",
    "coffee-script": "~1.7.1",
    "chai": "~1.9.1",
    "grunt-mocha-test": "~0.11.0"
  },
  "dependencies": {},
  "licenses": [
    {
      "type": "BSD"
    }
  ]
}
