N°5621 Move C3 0.4.11 to NPM

This commit is contained in:
Pierre Goiffon
2024-02-16 16:42:42 +01:00
parent ff079f7d01
commit f3fbce7459
609 changed files with 84517 additions and 6 deletions

31
node_modules/c3/bower.json generated vendored Normal file
View File

@@ -0,0 +1,31 @@
{
"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",
"package.json",
"component.json",
"Gruntfile.*"
],
"dependencies": {
"d3": "~3.5.0"
}
}