mirror of https://github.com/masayuki0812/c3.git
Quite good looking graph derived from d3.js
http://c3js.org
25 lines
441 B
25 lines
441 B
{ |
|
"name": "c3", |
|
"main": "c3.min.js", |
|
"version": "0.1.26", |
|
"homepage": "https://github.com/masayuki0812/c3", |
|
"authors": [ |
|
"Masayuki Tanaka <masayuki0812@mac.com>" |
|
], |
|
"description": "D3-based reusable chart library", |
|
"keywords": [ |
|
"chart", |
|
"d3" |
|
], |
|
"license": "MIT", |
|
"ignore": [ |
|
"**/.*", |
|
"node_modules", |
|
"bower_components", |
|
"test", |
|
"tests" |
|
], |
|
"dependencies": { |
|
"d3": "~3.4.4" |
|
} |
|
}
|
|
|