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.
 
 
 
 
 
 

53 lines
1.1 KiB

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