Browse Source

Register as bower repository

pull/4/head
Masayuki Tanaka 11 years ago
parent
commit
9594e6ba7c
  1. 22
      bower.json

22
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 <masayuki0812@mac.com>"
],
"description": "D3-based reusable chart library",
"keywords": [
"chart",
"d3"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}
Loading…
Cancel
Save