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.

60 lines
1.3 KiB

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