Skip to content

Commit

Permalink
Update bower and package.json info
Browse files Browse the repository at this point in the history
  • Loading branch information
wa0x6e committed Oct 10, 2013
1 parent 643bb80 commit 241ab62
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 5 deletions.
23 changes: 20 additions & 3 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,29 @@
{
"name": "cal-heatmap",
"version": "3.3.3",
"description": "Cal-Heatmap is a javascript module to create calendar heatmap to visualize time series data",
"keywords": [
"calendar",
"graph",
"d3js",
"heat map"
],
"main": ["./cal-heatmap.js", "./cal-heatmap.css"],
"dependencies": {
"d3": "~v3.0.6"
"d3": ">= v3.0.6"
},
"location": "https://github.com/kamisama/cal-heatmap",
"licence": "MIT",
"ignore": [
"test/",
"src/"
]
],
"author": {
"name": "Wan Qi Chen",
"url": "http://www.kamisama.me"
},
"homepage": "https://github.com/kamisama/cal-heatmap",
"repository": {
"type": "git",
"url": "https://github.com/kamisama/cal-heatmap.git"
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "cal-heatmap",
"version": "3.3.3",
"description": "Cal-Heatmap is a javascript module to create calendar heatmap to visualize time series data, a la github contribution graph",
"description": "Cal-Heatmap is a javascript module to create calendar heatmap to visualize time series data",
"keywords": [
"calendar",
"graph",
Expand All @@ -13,7 +13,7 @@
"test": "test"
},
"dependencies": {
"d3": "~v3.0.6"
"d3": ">= v3.0.6"
},
"devDependencies": {
"karma": "~0.8",
Expand Down

0 comments on commit 241ab62

Please sign in to comment.