You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

46 lines
915 B

  1. {
  2. "name": "ngCordova",
  3. "version": "0.1.27-alpha",
  4. "homepage": "http://ngCordova.com/",
  5. "authors": [
  6. "Max Lynch <max@drifty.com>",
  7. "Paolo Bernasconi <paolo.enrico.bernasconi@gmail.com>",
  8. "Chad Campbell <chad.campbell@ecofic.com>"
  9. ],
  10. "description": "AngularJS Cordova wrappers for common Cordova plugins.",
  11. "main": [
  12. "./dist/ng-cordova.js"
  13. ],
  14. "ignore": [
  15. "**/.*",
  16. "gulpfile.js",
  17. "test",
  18. "src",
  19. "config",
  20. "demo",
  21. "CONTRIBUTING.md",
  22. "CODE_OF_CONDUCT.md"
  23. ],
  24. "dependencies": {
  25. "angular": ">= 1.2.23"
  26. },
  27. "keywords": [
  28. "ngCordova",
  29. "ng-cordova",
  30. "ngcordova",
  31. "ng cordova",
  32. "cordova",
  33. "phonegap",
  34. "angular",
  35. "angularjs",
  36. "ionic",
  37. "cordova plugin"
  38. ],
  39. "license": "MIT",
  40. "private": false,
  41. "devDependencies": {
  42. "angular": ">= 1.2.23",
  43. "angular-mocks": ">= 1.2.23",
  44. "jquery": "~2.1.1"
  45. }
  46. }