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.

package.json 1.2 KiB

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