.bower.json 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  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. "homepage": "https://github.com/formly-js/angular-formly",
  43. "version": "6.26.1",
  44. "_release": "6.26.1",
  45. "_resolution": {
  46. "type": "version",
  47. "tag": "v6.26.1",
  48. "commit": "414721864d1926b1435922b395e5cbe6c85c8e9f"
  49. },
  50. "_source": "git://github.com/formly-js/angular-formly.git",
  51. "_target": "~6.26.1",
  52. "_originalSource": "angular-formly",
  53. "_direct": true
  54. }