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

bower.json 335B

12345678910111213141516171819
  1. {
  2. "name": "luticate-utils",
  3. "version": "0.1.6",
  4. "authors": [
  5. "Robin THONI <robin@rthoni.com>"
  6. ],
  7. "description": "Luticate front utils",
  8. "license": "MIT",
  9. "dependencies": {
  10. "angular-dialog-service": "~5.2.8"
  11. },
  12. "ignore": [
  13. "**/.*",
  14. "node_modules",
  15. "bower_components",
  16. "test",
  17. "tests"
  18. ]
  19. }