{
  "name": "angular-formly",
  "version": "0.0.16",
  "authors": [
    "Astrism <astrisms@gmail.com>"
  ],
  "main": [
    "dist/formly.min.js",
    "dist/formly.min.map"
  ],
  "description": "AngularJS directive which takes JSON representing a form and renders to HTML",
  "keywords": [
    "AngularJs",
    "form",
    "formly",
    "json",
    "html"
  ],
  "license": "MIT",
  "ignore": [
    "**/.*",
    "node_modules",
    "bower_components",
    "test",
    "tests"
  ],
  "dependencies": {
    "angular": "~1.2.10"
  },
  "devDependencies": {
    "angular-ui-router": "#0.2.8-bowratic-tedium",
    "angular-highlightjs": "~0.2.1",
    "highlightjs": "~8.0.0",
    "bootstrap": "~3.1.1"
  }
}
