{ "name": "charts", "version": "0.0.1", "description": "https://frappe.github.io/charts", "main": "dist/frappe-charts.js", "directories": { "doc": "docs" }, "scripts": { "test": "mocha --compilers js:babel-core/register --colors -w ./test/*.spec.js" }, "repository": { "type": "git", "url": "git+https://github.com/frappe/charts.git" }, "keywords": [ "\"js", "charts\"" ], "author": "Prateeksha Singh", "license": "MIT", "bugs": { "url": "https://github.com/frappe/charts/issues" }, "homepage": "https://github.com/frappe/charts#readme", "devDependencies": { "rollup": "^0.50.0", "rollup-plugin-babel": "^3.0.2" } }