您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

bower.json 379B

123456789101112131415161718
  1. {
  2. "name": "app",
  3. "description": "app",
  4. "version": "0.1.0",
  5. "homepage": "",
  6. "license": "",
  7. "private": true,
  8. "dependencies": {
  9. "angular": "1.5.x",
  10. "jquery": "2.1.x",
  11. "angular-ui-router": "0.2.x",
  12. "bootstrap": "3.3.x",
  13. "less": "1.7.x",
  14. "angular-local-storage": "0.2.3",
  15. "angular-material": "^1.0.6",
  16. "angular-bootstrap": "^1.2.1"
  17. }
  18. }