{
  "name": "madlib-settings",
  "version": "0.1.7",
  "description": "Centralised settings for other madlib modules",
  "main": "lib/settings.js",
  "author": {
    "name": "Mark Doeswijk",
    "email": "mdoeswijk@gmail.com",
    "url": "https://github.com/Qwerios"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Qwerios/madlib-settings.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'; }"
  },
  "keywords": [
    "madlib",
    "settings",
    "json"
  ],
  "license": "BSD",
  "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": {
    "underscore": "~1.6.0",
    "madlib-object-utils": "~0.1.4"
  }
}
