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

1234567891011121314151617181920212223
  1. {
  2. "name": "luticate-auth",
  3. "version": "0.1.2",
  4. "authors": [
  5. "Robin THONI <robin@rthoni.com>"
  6. ],
  7. "description": "Luticate front authentication layer",
  8. "license": "MIT",
  9. "ignore": [
  10. "**/.*",
  11. "node_modules",
  12. "bower_components",
  13. "test",
  14. "tests"
  15. ],
  16. "dependencies": {
  17. "luticate-utils": "https://git.rthoni.com/luticate/front-utils.git",
  18. "angular-local-storage": "~0.2.3"
  19. },
  20. "resolutions": {
  21. "angular": "1.5.0"
  22. }
  23. }