選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

bower.json 382B

12345678910111213141516171819202122
  1. {
  2. "name": "luticate-utils",
  3. "version": "0.1.13",
  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.11"
  11. },
  12. "ignore": [
  13. "**/.*",
  14. "node_modules",
  15. "bower_components",
  16. "test",
  17. "tests"
  18. ],
  19. "resolutions": {
  20. "angular": "^1.3"
  21. }
  22. }