mirror of https://github.com/masayuki0812/c3.git
Masayuki Tanaka
11 years ago
1 changed files with 17 additions and 0 deletions
@ -0,0 +1,17 @@ |
|||||||
|
{ |
||||||
|
"name": "c3", |
||||||
|
"repo": "masayuki0812/c3", |
||||||
|
"description": "A D3-based reusable chart library", |
||||||
|
"version": "0.0.1", |
||||||
|
"keywords": [], |
||||||
|
"dependencies": {}, |
||||||
|
"development": {}, |
||||||
|
"license": "MIT", |
||||||
|
"main": "c3.js", |
||||||
|
"scripts": [ |
||||||
|
"c3.js" |
||||||
|
], |
||||||
|
"styles": [ |
||||||
|
"c3.css" |
||||||
|
] |
||||||
|
} |
Loading…
Reference in new issue