076f23f3ff8160ebe254d0aa9e7b1ff3a271d9249abf196cd3db54dab85a4ffab08fe906b20dfcbbe452f3e367657f26010895af66158d573663a539752ef6 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. {
  2. "name": "@jiaminghi/charts",
  3. "version": "0.2.18",
  4. "author": "JiaMing <743192023@qq.com>",
  5. "description": "Lightweight charting",
  6. "main": "lib/index.js",
  7. "repository": {
  8. "type": "git",
  9. "url": "https://github.com/DataV-Team/charts.git"
  10. },
  11. "scripts": {
  12. "build": "node build/index.js",
  13. "prepublish": "npm run build",
  14. "deploy": "node deploy/index.js",
  15. "test": "echo \"Error: no test specified\" && exit 1"
  16. },
  17. "license": "MIT",
  18. "bugs": {
  19. "url": "https://github.com/DataV-Team/charts/issues"
  20. },
  21. "keywords": [
  22. "canvas",
  23. "charts",
  24. "line",
  25. "bar",
  26. "radar",
  27. "pie"
  28. ],
  29. "homepage": "https://github.com/DataV-Team/charts#readme",
  30. "dependencies": {
  31. "@jiaminghi/c-render": "^0.4.3",
  32. "@babel/runtime": "^7.5.5"
  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. }
  46. }