Quite good looking graph derived from d3.js http://c3js.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

49 lines
1.2 KiB

11 years ago
{
"name": "c3",
"version": "0.4.11",
11 years ago
"description": "D3-based reusable chart library",
"main": "c3.js",
"scripts": {
"lint": "grunt lint",
"test": "karma start karma.conf.js",
"codecov": "cat coverage/*/lcov.info | codecov"
11 years ago
},
"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"
},
11 years ago
"devDependencies": {
"codecov.io": "^0.1.6",
"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-rollup": "^0.7.1",
"grunt-sass": "^1.2.0",
"jasmine-core": "^2.4.1",
"jshint-stylish": "^2.2.0",
"karma": "^1.1.1",
"karma-coverage": "^1.1.0",
"karma-jasmine": "^1.0.2",
"karma-phantomjs-launcher": "^1.0.1",
"karma-spec-reporter": "0.0.26",
"load-grunt-tasks": "^3.5.0",
"phantomjs-prebuilt": "^2.1.7"
11 years ago
}
}