41 lines
786 B
JSON
41 lines
786 B
JSON
{
|
|
"name": "c3",
|
|
"main": [
|
|
"c3.css",
|
|
"c3.js"
|
|
],
|
|
"homepage": "https://github.com/c3js/c3",
|
|
"authors": [
|
|
"Masayuki Tanaka <masayuki0812@mac.com>"
|
|
],
|
|
"description": "D3-based reusable chart library",
|
|
"keywords": [
|
|
"chart",
|
|
"d3"
|
|
],
|
|
"license": "MIT",
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components",
|
|
"htdocs",
|
|
"spec",
|
|
"src/**/*.js",
|
|
"package.json",
|
|
"component.json",
|
|
"Gruntfile.*"
|
|
],
|
|
"dependencies": {
|
|
"d3": "^5.0.0"
|
|
},
|
|
"version": "0.7.20",
|
|
"_release": "0.7.20",
|
|
"_resolution": {
|
|
"type": "version",
|
|
"tag": "v0.7.20",
|
|
"commit": "2f3cddb818065f1d0c45f562745d4249e12980ff"
|
|
},
|
|
"_source": "https://github.com/masayuki0812/c3.git",
|
|
"_target": "^0.7",
|
|
"_originalSource": "c3"
|
|
} |