diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..abbf247 --- /dev/null +++ b/bower.json @@ -0,0 +1,22 @@ +{ + "name": "c3", + "main": "c3.min.js", + "version": "0.1.0", + "homepage": "https://github.com/masayuki0812/c3", + "authors": [ + "Masayuki Tanaka " + ], + "description": "D3-based reusable chart library", + "keywords": [ + "chart", + "d3" + ], + "license": "MIT", + "ignore": [ + "**/.*", + "node_modules", + "bower_components", + "test", + "tests" + ] +}