Ei kuvausta

package.json 984B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. {
  2. "name": "ng-cordova-oauth",
  3. "version": "0.2.10",
  4. "description": "Connect to Oauth providers using Apache Cordova and the InAppBrowser plugin",
  5. "author": {
  6. "name": "Nic Raboy",
  7. "url": "http://www.nraboy.com"
  8. },
  9. "homepage": "https://www.thepolyglotdeveloper.com",
  10. "devDependencies": {
  11. "angular-mocks": "1.5.7",
  12. "grunt": "1.0.1",
  13. "grunt-contrib-clean": "1.0.0",
  14. "grunt-contrib-concat": "1.0.1",
  15. "grunt-contrib-jshint": "1.0.0",
  16. "grunt-contrib-uglify": "1.0.1",
  17. "grunt-karma": "2.0.0",
  18. "jasmine-core": "2.4.1",
  19. "jssha": "1.6.0",
  20. "karma": "1.1.0",
  21. "karma-coverage": "1.0.0",
  22. "karma-jasmine": "1.0.2",
  23. "karma-phantomjs-launcher": "1.0.1",
  24. "phantomjs-prebuilt": "2.1.7"
  25. },
  26. "keywords": [
  27. "angularjs",
  28. "oauth",
  29. "api",
  30. "apache cordova",
  31. "phonegap",
  32. "ionic framework"
  33. ],
  34. "license": "MIT",
  35. "scripts": {
  36. "test": "grunt test"
  37. },
  38. "dependencies": {
  39. "angular": "1.5.7"
  40. }
  41. }