Няма описание

package.json 569B

123456789101112131415161718192021222324
  1. {
  2. "name": "angular-ui-bootstrap",
  3. "version": "1.3.3",
  4. "description": "Bootstrap widgets for Angular",
  5. "main": "index.js",
  6. "homepage": "http://angular-ui.github.io/bootstrap/",
  7. "repository": {
  8. "type": "git",
  9. "url": "https://github.com/angular-ui/bootstrap.git"
  10. },
  11. "keywords": [
  12. "angular",
  13. "bootstrap",
  14. "angular-ui",
  15. "components",
  16. "client-side"
  17. ],
  18. "author": "https://github.com/angular-ui/bootstrap/graphs/contributors",
  19. "peerDependencies": {
  20. "angular": ">= 1.4.0-beta.0 || >= 1.5.0-beta.0"
  21. },
  22. "license": "MIT"
  23. }