Нет описания

bower.json 614B

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "name": "ng-cordova-oauth",
  3. "main": "dist/ng-cordova-oauth.js",
  4. "version": "0.2.10",
  5. "homepage": "https://github.com/nraboy/ng-cordova-oauth",
  6. "authors": [
  7. "Nic Raboy <http://www.nraboy.com>"
  8. ],
  9. "description": "AngularJS oauth library for use with Apache Cordova projects",
  10. "moduleType": [
  11. "node"
  12. ],
  13. "keywords": [
  14. "ng-cordova-oauth",
  15. "ngcordova",
  16. "angularjs",
  17. "ionic",
  18. "oauth",
  19. "apache cordova",
  20. "phonegap",
  21. "ionic framework"
  22. ],
  23. "license": "MIT",
  24. "ignore": [
  25. "**/.*",
  26. "node_modules",
  27. "bower_components",
  28. "test",
  29. "tests"
  30. ]
  31. }