Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 
 
 
 

56 řádky
1.2 KiB

  1. {
  2. "name": "cordova-plugin-geolocation",
  3. "version": "2.4.3",
  4. "description": "Cordova Geolocation Plugin",
  5. "cordova": {
  6. "id": "cordova-plugin-geolocation",
  7. "platforms": [
  8. "android",
  9. "amazon-fireos",
  10. "ios",
  11. "blackberry10",
  12. "ubuntu",
  13. "wp7",
  14. "wp8",
  15. "windows8",
  16. "windows",
  17. "firefoxos"
  18. ]
  19. },
  20. "repository": {
  21. "type": "git",
  22. "url": "https://github.com/apache/cordova-plugin-geolocation"
  23. },
  24. "keywords": [
  25. "cordova",
  26. "geolocation",
  27. "ecosystem:cordova",
  28. "cordova-android",
  29. "cordova-amazon-fireos",
  30. "cordova-ios",
  31. "cordova-blackberry10",
  32. "cordova-ubuntu",
  33. "cordova-wp7",
  34. "cordova-wp8",
  35. "cordova-windows8",
  36. "cordova-windows",
  37. "cordova-firefoxos"
  38. ],
  39. "scripts": {
  40. "test": "npm run jshint",
  41. "jshint": "node node_modules/jshint/bin/jshint www && node node_modules/jshint/bin/jshint src && node node_modules/jshint/bin/jshint tests"
  42. },
  43. "author": "Apache Software Foundation",
  44. "license": "Apache-2.0",
  45. "engines": {
  46. "cordovaDependencies": {
  47. "3.0.0": {
  48. "cordova": ">100"
  49. }
  50. }
  51. },
  52. "devDependencies": {
  53. "jshint": "^2.6.0"
  54. }
  55. }