first commit
This commit is contained in:
23
www/bower_components/c3/bower.json
vendored
Normal file
23
www/bower_components/c3/bower.json
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user