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.

48 lines
1.0 KiB

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