mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-01 06:28:46 +02:00
N°5621 Move C3 0.4.11 to NPM
This commit is contained in:
31
node_modules/c3/bower.json
generated
vendored
Normal file
31
node_modules/c3/bower.json
generated
vendored
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user