github-actions-bot c0078122ef Updates
2023-11-26 14:15:08 +00:00

32 lines
519 B
JSON

{
"name": "c3",
"main": [
"c3.css",
"c3.js"
],
"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",
"htdocs",
"spec",
"src/**/*.js",
"package.json",
"component.json",
"Gruntfile.*"
],
"dependencies": {
"d3": "~3.5.0"
}
}