説明なし

.bower.json 909B

1234567891011121314151617181920212223242526272829303132333435363738394041
  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. "_release": "0.2.10",
  32. "_resolution": {
  33. "type": "version",
  34. "tag": "0.2.10",
  35. "commit": "5dd456fb24df1edbad1c21ba6d2e00d8b6908538"
  36. },
  37. "_source": "https://github.com/nraboy/ng-cordova-oauth.git",
  38. "_target": "^0.2.10",
  39. "_originalSource": "ng-cordova-oauth",
  40. "_direct": true
  41. }