package.json 650 B

123456789101112131415161718192021
  1. {
  2. "name": "cordova-plugin-qqlocation",
  3. "version": "1.0.0",
  4. "description": "A cordova plugin, a JS version of TencentLocation SDK",
  5. "scripts": {},
  6. "repository": {
  7. "type": "git",
  8. "url": "git+https://github.com/x1ongzhu/cordova-plugin-qqlocation.git"
  9. },
  10. "keywords": ["cordova"],
  11. "author": "x1ongzhu",
  12. "license": "ISC",
  13. "bugs": {
  14. "url": "https://github.com/x1ongzhu/cordova-plugin-qqlocation/issues"
  15. },
  16. "homepage": "https://github.com/x1ongzhu/cordova-plugin-qqlocation#readme",
  17. "cordova": {
  18. "id": "cordova-plugin-wechat",
  19. "platforms": ["android","ios"]
  20. }
  21. }