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.

63 lines
1.5 KiB

  1. {
  2. "name": "cordova-plugin-camera",
  3. "version": "2.4.1",
  4. "description": "Cordova Camera Plugin",
  5. "types": "./types/index.d.ts",
  6. "cordova": {
  7. "id": "cordova-plugin-camera",
  8. "platforms": [
  9. "firefoxos",
  10. "android",
  11. "amazon-fireos",
  12. "ubuntu",
  13. "ios",
  14. "blackberry10",
  15. "wp7",
  16. "wp8",
  17. "windows8",
  18. "browser",
  19. "windows"
  20. ]
  21. },
  22. "repository": {
  23. "type": "git",
  24. "url": "https://github.com/apache/cordova-plugin-camera"
  25. },
  26. "keywords": [
  27. "cordova",
  28. "camera",
  29. "ecosystem:cordova",
  30. "cordova-firefoxos",
  31. "cordova-android",
  32. "cordova-amazon-fireos",
  33. "cordova-ubuntu",
  34. "cordova-ios",
  35. "cordova-blackberry10",
  36. "cordova-wp7",
  37. "cordova-wp8",
  38. "cordova-windows8",
  39. "cordova-browser",
  40. "cordova-windows"
  41. ],
  42. "scripts": {
  43. "precommit": "npm run gen-docs && git add README.md",
  44. "gen-docs": "jsdoc2md --template \"jsdoc2md/TEMPLATE.md\" \"www/**/*.js\" --plugin \"dmd-plugin-cordova-plugin\" > README.md",
  45. "test": "npm run jshint",
  46. "jshint": "node node_modules/jshint/bin/jshint www && node node_modules/jshint/bin/jshint src && node node_modules/jshint/bin/jshint tests"
  47. },
  48. "author": "Apache Software Foundation",
  49. "license": "Apache-2.0",
  50. "engines": {
  51. "cordovaDependencies": {
  52. "3.0.0": {
  53. "cordova": ">100"
  54. }
  55. }
  56. },
  57. "devDependencies": {
  58. "dmd-plugin-cordova-plugin": "^0.1.0",
  59. "husky": "^0.10.1",
  60. "jsdoc-to-markdown": "^1.2.0",
  61. "jshint": "^2.6.0"
  62. }
  63. }