{
  "name": "grunt-ngbs-forms",
  "description": "Generate forms using Angular for validations and Bootstrap for styles from short and concise descriptions of the fields.",
  "version": "2.5.0",
  "homepage": "https://github.com/ernestoalejo/grunt-ngbs-forms",
  "author": {
    "name": "Ernesto Alejo"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/ernestoalejo/grunt-ngbs-forms.git"
  },
  "bugs": {
    "url": "https://github.com/ernestoalejo/grunt-ngbs-forms/issues"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/ernestoalejo/grunt-ngbs-forms/blob/master/LICENSE-MIT"
    }
  ],
  "main": "Gruntfile.js",
  "engines": {
    "node": ">= 0.8.0"
  },
  "scripts": {
    "test": "grunt test"
  },
  "devDependencies": {
    "grunt-contrib-jshint": "~0.8.0",
    "grunt-contrib-clean": "~0.5.0",
    "grunt": "~0.4.2",
    "jshint-stylish": "~0.1.3",
    "grunt-contrib-nodeunit": "~0.3.2"
  },
  "peerDependencies": {
    "grunt": "~0.4.2"
  },
  "keywords": [
    "gruntplugin",
    "bootstrap",
    "angular",
    "form",
    "generator"
  ],
  "dependencies": {
    "ngbs-forms": "~1.5.0",
    "underscore": "~1.6.0"
  }
}
