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.

61 lines
1.3 KiB

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