bower.json 800 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. {
  2. "name": "angular-formly",
  3. "authors": [
  4. "Astrism <astrisms@gmail.com>"
  5. ],
  6. "contributors": [
  7. "Astrism <astrisms@gmail.com>",
  8. "Kent C. Dodds <kent@doddsfamily.us>"
  9. ],
  10. "main": "dist/formly.js",
  11. "description": "AngularJS directive which takes JSON representing a form and renders to HTML",
  12. "keywords": [
  13. "AngularJs",
  14. "form",
  15. "formly",
  16. "json",
  17. "html"
  18. ],
  19. "license": "MIT",
  20. "ignore": [
  21. "node_modules",
  22. "tests",
  23. "local-examples",
  24. ".editorconfig",
  25. ".gitignore",
  26. ".eslintrc",
  27. ".npmignore",
  28. ".travis.yml",
  29. "CONTRIBUTING.md",
  30. "karma.conf.js",
  31. "src",
  32. "webpack.config.js",
  33. "coverage",
  34. "other",
  35. ".test",
  36. "scripts"
  37. ],
  38. "dependencies": {
  39. "angular": "^1.2.x",
  40. "api-check": "^7.0.0"
  41. }
  42. }