{
  "name": "conditioner",
  "description": "Format, parse and validate values.",
  "version": "0.0.7",
  "main": "index.js",
  "keywords": [],
  "repository": {
    "type": "git",
    "url": "https://github.com/skinnybrit51/conditioner"
  },
  "dependencies": {
    "moment": "^2.8.1",
    "underscore": "^1.6.0"
  },
  "devDependencies": {
    "mocha": "1.18.0",
    "chai": "1.9.0",
    "grunt": "~0.4.2",
    "grunt-cli": "0.1.11",
    "grunt-simple-mocha": "~0.4.0",
    "grunt-jshint2": "~2.4.4",
    "jsdom": "~0.8.10",
    "sinon": "~1.9.0"
  },
  "scripts": {
    "test": "NODE_PATH=lib grunt"
  }
}
