{ "name": "xhiveframework-charts", "version": "1.6.3", "description": "https://xhiveframework.github.io/charts", "main": "dist/xhiveframework-charts.min.cjs.js", "module": "dist/xhiveframework-charts.min.esm.js", "src": "dist/xhiveframework-charts.esm.js", "browser": "dist/xhiveframework-charts.min.umd.js", "directories": { "doc": "docs" }, "files": [ "src", "dist" ], "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "watch": "rollup -c --watch", "dev": "npm-run-all --parallel watch", "build": "rollup -c" }, "repository": { "type": "git", "url": "git+https://github.com/xhiveframework/charts.git" }, "keywords": [ "js", "charts" ], "author": "Prateeksha Singh", "license": "MIT", "bugs": { "url": "https://github.com/xhiveframework/charts/issues" }, "homepage": "https://github.com/xhiveframework/charts#readme", "devDependencies": { "autoprefixer": "^8.1.0", "babel-core": "^6.26.3", "babel-plugin-external-helpers": "^6.22.0", "babel-plugin-istanbul": "^5.1.4", "babel-preset-env": "^1.7.0", "babel-preset-latest": "^6.24.1", "babel-register": "^6.26.0", "clean-css": "^4.1.11", "coveralls": "^3.0.0", "cross-env": "^5.1.4", "cssnano": "^4.1.10", "eslint": "^8.9.0", "mocha": "^9.2.0", "node-sass": "^7.0.1", "npm-run-all": "^4.1.2", "nyc": "^15.1.0", "postcss": "^6.0.21", "postcss-cssnext": "^3.1.0", "postcss-nested": "^3.0.0", "precss": "^3.1.2", "rollup": "^0.56.5", "rollup-plugin-babel": "^3.0.3", "rollup-plugin-eslint": "^6.0.0", "rollup-plugin-node-resolve": "^3.3.0", "rollup-plugin-postcss": "^2.0.3", "rollup-plugin-replace": "^2.0.0", "rollup-plugin-uglify": "^2.0.1", "rollup-plugin-uglify-es": "0.0.1", "rollup-watch": "^4.3.1" } }