| 12345678910111213141516171819 |
- {
- "name": "c3",
- "repo": "masayuki0812/c3",
- "description": "A D3-based reusable chart library",
- "version": "0.5.2",
- "keywords": [],
- "dependencies": {
- "mbostock/d3": "v3.5.6"
- },
- "development": {},
- "license": "MIT",
- "main": "c3.js",
- "scripts": [
- "c3.js"
- ],
- "styles": [
- "c3.css"
- ]
- }
|