first commit
This commit is contained in:
42
public/bower_components/c3/.bower.json
vendored
Executable file
42
public/bower_components/c3/.bower.json
vendored
Executable file
@@ -0,0 +1,42 @@
|
||||
{
|
||||
"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"
|
||||
},
|
||||
"version": "0.4.11",
|
||||
"_release": "0.4.11",
|
||||
"_resolution": {
|
||||
"type": "version",
|
||||
"tag": "0.4.11",
|
||||
"commit": "223404a79246c61d150d8a209dbdc81f6955083b"
|
||||
},
|
||||
"_source": "https://github.com/masayuki0812/c3.git",
|
||||
"_target": "^0.4.11",
|
||||
"_originalSource": "c3",
|
||||
"_direct": true
|
||||
}
|
||||
Reference in New Issue
Block a user