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.
 
 
 
 
 
 

65 lines
1.3 KiB

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