82111e40d63294f6a7c17d0e25cfe4d92ae005b814dee355421a878186c41896d74dc7e195a62c5cb466fd1d64d00daa5032b8499da6f5ff25f5036684b53a 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. {
  2. "name": "@jiaminghi/c-render",
  3. "version": "0.4.3",
  4. "author": "JiaMing <743192023@qq.com>",
  5. "description": "Canvas-based vector graphics rendering plugin",
  6. "main": "lib/index.js",
  7. "repository": {
  8. "type": "git",
  9. "url": "https://github.com/jiaming743/CRender.git"
  10. },
  11. "scripts": {
  12. "build": "node build/index.js",
  13. "prepublish": "npm run build",
  14. "deploy": "node deploy/index.js",
  15. "test": "mocha"
  16. },
  17. "license": "MIT",
  18. "bugs": {
  19. "url": "https://github.com/jiaming743/CRender/issues"
  20. },
  21. "keywords": [
  22. "canvas",
  23. "render",
  24. "graph",
  25. "vector"
  26. ],
  27. "homepage": "https://github.com/jiaming743/CRender#readme",
  28. "dependencies": {
  29. "@babel/runtime": "^7.5.5",
  30. "@jiaminghi/bezier-curve": "*",
  31. "@jiaminghi/color": "*",
  32. "@jiaminghi/transition": "*"
  33. },
  34. "devDependencies": {
  35. "@babel/cli": "^7.4.4",
  36. "@babel/core": "^7.4.5",
  37. "@babel/preset-env": "^7.5.5",
  38. "@babel/plugin-transform-runtime": "^7.5.5",
  39. "@babel/register": "^7.4.4",
  40. "@jiaminghi/fs": "0.0.2",
  41. "chai": "^4.2.0",
  42. "ftp": "^0.3.10",
  43. "mocha": "^6.1.4",
  44. "browserify": "^16.5.0",
  45. "uglifyjs": "^2.4.11"
  46. }
  47. }