Skip to content

Commit

Permalink
Bower json file
Browse files Browse the repository at this point in the history
  • Loading branch information
raksonibs committed Mar 18, 2016
1 parent b6238e0 commit ffff103
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"name": "calendar-heatmap",
"homepage": "https://github.com/DKirwan/calendar-heatmap",
"authors": [
"Oskar Niburski <oskarniburski@gmail.com>"
],
"description": "A d3.js heatmap representing time series data. Inspired by Github's contribution chart",
"main": "src/calendar-heatmap.js",
"moduleType": [],
"keywords": [
"d3",
"moment",
"heatmap"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"app/_bower_components",
"test",
"tests"
]
}

0 comments on commit ffff103

Please sign in to comment.