{
  "name": "grunt-doctrine",
  "version": "0.0.41",
  "description": "Grunt plugin to convert doctrine xml annotations into backbone models and collections. Useful in conjunction with doctrine apigility. Includes option to scaffold an entire BBB application",
  "repository": "https://github.com/mattimatti/grunt-doctrine.git",
  "author": {
    "name": "mattimatti",
    "email": "mmonti@gmail.com",
    "url": "http://www.mattimatti.com"
  },
  "keywords": [
    "gruntplugin",
    "doctrine",
    "apigility",
    "backbone",
    "scaffold"
  ],
  "main": "Gruntfile.js",
  "engines": {
    "node": ">= 0.8.0"
  },
  "license": "MIT",
  "devDependencies": {
    "grunt": "~0.4.2",
    "grunt-bump": "0.0.14",
    "grunt-contrib-clean": "~0.5.0",
    "grunt-contrib-jshint": "~0.8.0",
    "grunt-contrib-nodeunit": "~0.3.0",
    "grunt-exec": "^0.4.6",
    "grunt-git": "^0.2.14",
    "grunt-release": "^0.7.0",
    "load-grunt-tasks": "~0.3.0"
  },
  "scripts": {
    "test": "grunt test"
  },
  "dependencies": {
    "underscore-contrib": "^0.3.0",
    "xml2js": "~0.4.4",
    "js-beautify": "~1.5.1",
    "jshint-stylish": "~0.1.5",
    "underscore.string": "~2.3.2"
  },
  "preferGlobal": "true"
}
