From 241ab6250e79554e979775d9e66eac4d5394f3cf Mon Sep 17 00:00:00 2001 From: Kamisama Date: Thu, 10 Oct 2013 13:01:50 -0400 Subject: [PATCH] Update bower and package.json info --- bower.json | 23 ++++++++++++++++++++--- package.json | 4 ++-- 2 files changed, 22 insertions(+), 5 deletions(-) diff --git a/bower.json b/bower.json index dc2f3f8d..8f5620d1 100644 --- a/bower.json +++ b/bower.json @@ -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" + } } \ No newline at end of file diff --git a/package.json b/package.json index 28ecbf76..8e46fdcc 100644 --- a/package.json +++ b/package.json @@ -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", @@ -13,7 +13,7 @@ "test": "test" }, "dependencies": { - "d3": "~v3.0.6" + "d3": ">= v3.0.6" }, "devDependencies": { "karma": "~0.8",