{ "name": "c3", "version": "0.4.11", "description": "D3-based reusable chart library", "main": "c3.js", "scripts": { "lint": "eslint src/", "test": "karma start karma.conf.js", "codecov": "cat coverage/*/lcov.info | codecov", "build": "rollup -cm" }, "repository": { "type": "git", "url": "git://github.com/masayuki0812/c3.git" }, "keywords": [ "d3", "chart", "graph" ], "author": "Masayuki Tanaka", "license": "MIT", "gitHead": "84e03109d9a590f9c8ef687c03d751f666080c6f", "readmeFilename": "README.md", "dependencies": { "d3": "^3.5.17" }, "devDependencies": { "babel-plugin-external-helpers": "^6.8.0", "babel-preset-es2015": "^6.14.0", "codecov.io": "^0.1.6", "eslint": "^3.5.0", "eslint-config-airbnb-base": "^7.1.0", "eslint-plugin-import": "^1.15.0", "grunt": "^1.0.1", "grunt-contrib-concat": "^1.0.1", "grunt-contrib-cssmin": "^1.0.1", "grunt-contrib-jshint": "^1.0.0", "grunt-contrib-uglify": "^1.0.1", "grunt-contrib-watch": "^1.0.0", "grunt-karma": "^2.0.0", "grunt-sass": "^1.2.0", "jasmine-core": "^2.4.1", "jshint-stylish": "^2.2.0", "karma": "^1.1.1", "karma-babel-preprocessor": "^6.0.1", "karma-coverage": "^1.1.0", "karma-jasmine": "^1.0.2", "karma-phantomjs-launcher": "^1.0.1", "karma-rollup-plugin": "^0.2.3", "karma-spec-reporter": "0.0.26", "load-grunt-tasks": "^3.5.0", "phantomjs-prebuilt": "^2.1.7", "rollup": "^0.35.10", "rollup-plugin-babel": "^2.6.1" } }