package.json 575 B

1234567891011121314151617181920212223242526
  1. {
  2. "name": "bmaplib.curveline",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "git+https://github.com/Dafrok/BMapLib.CurveLine.git"
  12. },
  13. "author": "Dafrok <o.o@mug.dog>",
  14. "license": "MIT",
  15. "keywords": [
  16. "baidu",
  17. "map",
  18. "baidu-map",
  19. "curve",
  20. "line"
  21. ],
  22. "bugs": {
  23. "url": "https://github.com/Dafrok/BMapLib.CurveLine/issues"
  24. },
  25. "homepage": "https://github.com/Dafrok/BMapLib.CurveLine#readme"
  26. }