No Description

package.json 3.9KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. {
  2. "_from": "cordova-plugin-email",
  3. "_id": "cordova-plugin-email@1.2.7",
  4. "_inBundle": false,
  5. "_integrity": "sha1-QZVfIGfxBLu6c2Fi5HbtfUFnBng=",
  6. "_location": "/cordova-plugin-email",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "tag",
  10. "registry": true,
  11. "raw": "cordova-plugin-email",
  12. "name": "cordova-plugin-email",
  13. "escapedName": "cordova-plugin-email",
  14. "rawSpec": "",
  15. "saveSpec": null,
  16. "fetchSpec": "latest"
  17. },
  18. "_requiredBy": [
  19. "#USER",
  20. "/"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/cordova-plugin-email/-/cordova-plugin-email-1.2.7.tgz",
  23. "_shasum": "41955f2067f104bbba736162e476ed7d41670678",
  24. "_spec": "cordova-plugin-email",
  25. "_where": "/home/rarce/Downloads/tutorial",
  26. "author": {
  27. "name": "Martin Reinhardt"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/hypery2k/cordova-email-plugin/issues"
  31. },
  32. "bundleDependencies": false,
  33. "cordova": {
  34. "id": "cordova-plugin-email",
  35. "platforms": [
  36. "android",
  37. "amazon-fireos",
  38. "ios",
  39. "windows",
  40. "wp8"
  41. ]
  42. },
  43. "deprecated": false,
  44. "description": "Cordova Email Plugin",
  45. "devDependencies": {
  46. "conventional-changelog-cli": "1.3.5",
  47. "fs": "0.0.2",
  48. "ink-docstrap": "1.3.2",
  49. "jsdoc": "3.5.5",
  50. "jsdoc-to-markdown": "3.0.3",
  51. "karma": "2.0.0",
  52. "karma-cordova-launcher": "0.0.10",
  53. "xml2js": "0.4.19"
  54. },
  55. "homepage": "https://github.com/hypery2k/cordova-email-plugin#readme",
  56. "keywords": [
  57. "cordova",
  58. "email",
  59. "ecosystem:cordova",
  60. "cordova-android",
  61. "cordova-amazon-fireos",
  62. "cordova-ios",
  63. "cordova-wp8",
  64. "cordova-windows"
  65. ],
  66. "license": "MIT",
  67. "name": "cordova-plugin-email",
  68. "repository": {
  69. "type": "git",
  70. "url": "git+https://github.com/hypery2k/cordova-email-plugin.git"
  71. },
  72. "scripts": {
  73. "abc": "karma start karma.conf.js",
  74. "build": "cd tmp/test-app && cordova platform add ${PLATFORM} && cordova plugin add ../.. && cordova build ${PLATFORM}",
  75. "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
  76. "changelog:add": "git add CHANGELOG.md && git commit -m 'updated CHANGELOG.md'",
  77. "clean": "rm -rf tmp && mkdir -p tmp",
  78. "e2e": "cd tmp/cordova-demo-app/ && cordova build ${PLATFORM} && cd ../..",
  79. "posttest": "jsdoc -c jsdoc.json && jsdoc2md www/email_composer.js | sed s/emailComposerPlugin/cordova.plugins.email/g | sed s/EmailComposerPlugin/cordova.plugins.email/g > PLUGIN_USAGE.MD && cd tmp/test-app && cordova plugin rm cordova-plugin-email-tests",
  80. "prepare": "npm run clean && npm run setupAndroidSDK && npm run setupDemoApp",
  81. "release:major": "npm version major && npm run release:pre && git push origin && git push origin --tags && npm run release:post && npm publish",
  82. "release:minor": "npm version minor && npm run release:pre && git push origin && git push origin --tags && npm run release:post && npm publish",
  83. "release:patch": "npm version patch && npm run release:pre && git push origin && git push origin --tags && npm run release:post && npm publish",
  84. "release:post": "node etc/release.js && git add plugin.xml && git commit -m 'Update plugin' && npm run changelog && npm run changelog:add",
  85. "release:pre": "npm run clean",
  86. "setupAndroidSDK": "cd tmp && git clone https://github.com/simpligility/maven-android-sdk-deployer.git && cd maven-android-sdk-deployer/ && mvn install -P 6.0 && ls ~/.m2/repository/android/android/",
  87. "setupDemoApp": "cd tmp && git clone https://github.com/apache/cordova-app-hello-world.git && mkdir test-app && cp -rp cordova-app-hello-world/template_src/* test-app && cd test-app && cordova plugin add cordova-plugin-device && cordova plugin add cordova-plugin-compat",
  88. "test": "cd tmp/test-app && node ../../etc/prepare_test_app.js config.xml && cordova platform add ${PLATFORM} && cordova plugin add http://git-wip-us.apache.org/repos/asf/cordova-plugin-test-framework.git && cordova plugin add ../../tests && cordova build ${PLATFORM}"
  89. },
  90. "version": "1.2.7"
  91. }