{
  "name": "convert-params",
  "description": "convert query string to desired types",
  "version": "0.1.0",
  "homepage": "https://github.com/ryanfitz/convert-params",
  "author": {
    "name": "Ryan Fitzgerald",
    "email": "ryan@codebrewstudios.com"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/ryanfitz/convert-params.git"
  },
  "bugs": {
    "url": "https://github.com/ryanfitz/convert-params/issues"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/ryanfitz/convert-params/blob/master/LICENSE-MIT"
    }
  ],
  "main": "index.js",
  "engines": {
    "node": ">= 0.8.0"
  },
  "scripts": {
    "test": "grunt nodeunit"
  },
  "devDependencies": {
    "grunt-contrib-jshint": "~0.6.0",
    "grunt-contrib-nodeunit": "~0.2.0",
    "grunt-contrib-watch": "~0.4.0",
    "grunt": "~0.4.1",
    "joi": "~1.1.0"
  },
  "keywords": [
    "joi",
    "query"
  ],
  "dependencies": {
    "lodash": "~1.3.1"
  }
}
