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.

58 lines
1.2 KiB

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