{ "name": "angular-formly", "authors": [ "Astrism " ], "contributors": [ "Astrism ", "Kent C. Dodds " ], "main": "dist/formly.js", "description": "AngularJS directive which takes JSON representing a form and renders to HTML", "keywords": [ "AngularJs", "form", "formly", "json", "html" ], "license": "MIT", "ignore": [ "node_modules", "tests", "local-examples", ".editorconfig", ".gitignore", ".eslintrc", ".npmignore", ".travis.yml", "CONTRIBUTING.md", "karma.conf.js", "src", "webpack.config.js", "coverage", "other", ".test", "scripts" ], "dependencies": { "angular": "^1.2.x", "api-check": "^7.0.0" } }