{
  "name": "angular-formly",
  "version": "0.0.16",
  "author": "Astrism <astrisms@gmail.com>",
  "homepage": "http://nimbly.github.io/angular-formly/",
  "repository": {
    "type": "git",
    "url": "git://github.com/nimbly/angular-formly.git"
  },
  "main": "dist/formly.min.js",
  "licenses": [
    {
      "type": "MIT",
      "url": "https://raw.githubusercontent.com/nimbly/angular-formly/master/LICENSE"
    }
  ],
  "description": "AngularJS directive which takes JSON representing a form and renders to HTML",
  "devDependencies": {
    "grunt-gh-pages": "~0.9.0",
    "bower": "1.2.7",
    "grunt": "~0.4.1",
    "grunt-bower-task": "~0.3.4",
    "grunt-cli": "~0.1.11",
    "grunt-contrib-connect": "~0.6.0",
    "grunt-contrib-concat": "~0.3.0",
    "grunt-angular-templates": "~0.5.1",
    "grunt-ngmin": "0.0.3",
    "grunt-contrib-copy": "~0.5.0",
    "grunt-contrib-clean": "~0.5.0",
    "grunt-contrib-uglify": "~0.3.2",
    "grunt-contrib-watch": "~0.6.1",
    "connect-livereload": "~0.4.0"
  }
}
