You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

46 lines
1.1 KiB

7 years ago
  1. {
  2. "name": "angular-material",
  3. "version": "1.1.3",
  4. "main": "index",
  5. "format": "cjs",
  6. "registry": "github",
  7. "peerDependencies": {
  8. "angular": ">=1.3 <1.6",
  9. "angular-animate": ">=1.3 <1.6",
  10. "angular-aria": ">=1.3 <1.6"
  11. },
  12. "jspm": {
  13. "dependencies": {
  14. "angular": "github:angular/bower-angular@^1.5.3",
  15. "angular-animate": "github:angular/bower-angular-animate@^1.5.3",
  16. "angular-aria": "github:angular/bower-angular-aria@^1.5.3",
  17. "angular-messages": "github:angular/bower-angular-messages@^1.5.3",
  18. "css": "systemjs/plugin-css@^0.1.9"
  19. },
  20. "shim": {
  21. "angular-material": {
  22. "deps": []
  23. }
  24. },
  25. "peerDependencies": {}
  26. },
  27. "homepage": "https://material.angularjs.org",
  28. "repository": {
  29. "type": "git",
  30. "url": "git://github.com/angular/material.git"
  31. },
  32. "licenses": [
  33. {
  34. "type": "MIT",
  35. "url": "https://github.com/angular/material/blob/master/LICENSE"
  36. }
  37. ],
  38. "keywords": [
  39. "angular",
  40. "material",
  41. "browser",
  42. "client-side"
  43. ],
  44. "bugs": {
  45. "url": "https://github.com/angular/material/issues"
  46. }
  47. }