package.json 573 B

123456789101112131415161718192021222324
  1. {
  2. "name": "echarts-stat",
  3. "version": "1.2.0",
  4. "description": "a statistical tool for ECharts",
  5. "main": "index.js",
  6. "types": "src/ecStat.d.ts",
  7. "author": {
  8. "name": "Deqing Li",
  9. "email": "annong035@gmail.com"
  10. },
  11. "scripts": {
  12. "build": "./node_modules/.bin/webpack",
  13. "release": "./node_modules/.bin/webpack && ./node_modules/.bin/webpack -p"
  14. },
  15. "license": "BSD",
  16. "repository": {
  17. "type": "git",
  18. "url": "https://github.com/ecomfe/echarts-stat"
  19. },
  20. "devDependencies": {
  21. "webpack": "^1.13.3",
  22. "webpack-link": "^0.2.0"
  23. }
  24. }