package.json.back 581 B

12345678910111213141516171819202122232425
  1. {
  2. "version": "0.10.1",
  3. "name": "xu.li.cordova.wechat",
  4. "cordova_name": "Wechat",
  5. "description": "A cordova plugin, a JS version of Wechat SDK",
  6. "license": "MIT",
  7. "repo": "https://github.com/xu-li/cordova-plugin-wechat.git",
  8. "issue": "https://github.com/xu-li/cordova-plugin-wechat/issues",
  9. "keywords": [
  10. "cordova",
  11. "wechat",
  12. "weixin",
  13. "share"
  14. ],
  15. "platforms": [
  16. "ios",
  17. "android"
  18. ],
  19. "engines": [
  20. {
  21. "name": "cordova",
  22. "version": ">=3.5.0"
  23. }
  24. ]
  25. }