{ "name": "echarts-stat", "version": "1.2.0", "description": "a statistical tool for ECharts", "main": "index.js", "types": "src/ecStat.d.ts", "author": { "name": "Deqing Li", "email": "annong035@gmail.com" }, "scripts": { "build": "./node_modules/.bin/webpack", "release": "./node_modules/.bin/webpack && ./node_modules/.bin/webpack -p" }, "license": "BSD", "repository": { "type": "git", "url": "https://github.com/ecomfe/echarts-stat" }, "devDependencies": { "webpack": "^1.13.3", "webpack-link": "^0.2.0" } }