package.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. {
  2. "_from": "git+https://github.com/xu-li/cordova-plugin-wechat.git#develop",
  3. "_id": "cordova-plugin-wechat@3.0.0",
  4. "_inBundle": false,
  5. "_integrity": "",
  6. "_location": "/cordova-plugin-wechat",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "git",
  10. "raw": "git+https://github.com/xu-li/cordova-plugin-wechat.git#develop",
  11. "rawSpec": "git+https://github.com/xu-li/cordova-plugin-wechat.git#develop",
  12. "saveSpec": "git+https://github.com/xu-li/cordova-plugin-wechat.git#develop",
  13. "fetchSpec": "https://github.com/xu-li/cordova-plugin-wechat.git",
  14. "gitCommittish": "develop"
  15. },
  16. "_requiredBy": [
  17. "#DEV:/",
  18. "#USER"
  19. ],
  20. "_resolved": "git+https://github.com/xu-li/cordova-plugin-wechat.git#82f4fbc259ea7371eed2eff57645b29fd76af718",
  21. "_spec": "git+https://github.com/xu-li/cordova-plugin-wechat.git#develop",
  22. "_where": "/Users/x/Documents/twong-h5/cordova",
  23. "author": {
  24. "name": "xu.li",
  25. "email": "AthenaLightenedMyPath@gmail.com"
  26. },
  27. "bugs": {
  28. "url": "https://github.com/xu-li/cordova-plugin-wechat/issues"
  29. },
  30. "bundleDependencies": false,
  31. "cordova": {
  32. "id": "cordova-plugin-wechat",
  33. "platforms": [
  34. "ios",
  35. "android"
  36. ]
  37. },
  38. "dependencies": {
  39. "shelljs": "^0.5.3"
  40. },
  41. "deprecated": false,
  42. "description": "A cordova plugin, a JS version of Wechat SDK",
  43. "engines": {
  44. "cordovaDependencies": {
  45. "2.0.0": {
  46. "cordova": ">=6.1.0",
  47. "cordova-android": ">=6.1.0",
  48. "cordova-ios": ">=4.3.1"
  49. },
  50. "<2.0.0": {
  51. "cordova": ">=3.5.0"
  52. }
  53. }
  54. },
  55. "homepage": "https://github.com/xu-li/cordova-plugin-wechat#readme",
  56. "keywords": [
  57. "cordova",
  58. "wechat",
  59. "weixin",
  60. "share",
  61. "ecosystem:cordova",
  62. "cordova-ios",
  63. "cordova-android"
  64. ],
  65. "license": "MIT",
  66. "name": "cordova-plugin-wechat",
  67. "repository": {
  68. "type": "git",
  69. "url": "git+https://github.com/xu-li/cordova-plugin-wechat.git"
  70. },
  71. "version": "3.0.0"
  72. }