package.json 633 B

1234567891011121314151617181920212223242526
  1. {
  2. "name": "jweixin-module",
  3. "version": "1.6.0",
  4. "description": "微信JS-SDK",
  5. "main": "lib/index.js",
  6. "scripts": {},
  7. "repository": {
  8. "type": "git",
  9. "url": "git+https://github.com/zhetengbiji/jweixin-module.git"
  10. },
  11. "keywords": [
  12. "wxjssdk",
  13. "weixin",
  14. "jweixin",
  15. "wechat",
  16. "jssdk",
  17. "wx"
  18. ],
  19. "author": "Shengqiang Guo",
  20. "license": "ISC",
  21. "bugs": {
  22. "url": "https://github.com/zhetengbiji/jweixin-module/issues"
  23. },
  24. "homepage": "https://github.com/zhetengbiji/jweixin-module#readme",
  25. "devDependencies": {}
  26. }