bower.json 792 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. {
  2. "name": "angular-formly-templates-bootstrap",
  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/angular-formly-templates-bootstrap.js",
  11. "description": "Angular-Formly plugin which outputs bootstrap compatible form fields.",
  12. "keywords": [
  13. "AngularJs",
  14. "form",
  15. "formly",
  16. "json",
  17. "bootstrap",
  18. "html"
  19. ],
  20. "license": "MIT",
  21. "ignore": [
  22. "**/.*",
  23. "node_modules",
  24. "bower_components",
  25. "test",
  26. "tests"
  27. ],
  28. "dependencies": {
  29. "angular": ">=1.2.x",
  30. "angular-formly": ">=4.0.5",
  31. "api-check": ">=6.0.10",
  32. "bootstrap": ">=3.2.0"
  33. },
  34. "devDependencies": {
  35. "chai": "~1.9.1",
  36. "mocha": "~1.21.4"
  37. }
  38. }