Merge pull request #398 from dchester/add-rickshaw

add rickshaw library
This commit is contained in:
Ryan Kirkman
2012-08-31 00:38:04 -07:00
3 changed files with 29 additions and 0 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+26
View File
@@ -0,0 +1,26 @@
{
"name": "rickshaw",
"filename": "rickshaw.min.js",
"version": "1.1.0",
"description": "JavaScript toolkit for creating interactive real-time graphs",
"keywords": [
"graphs",
"charts",
"interactive",
"time-series",
"svg",
"d3",
"bars",
"lines",
"scatterplot"
],
"homepage": "http://code.shutterstock.com/rickshaw/",
"author": {
"name": "David Chester",
"email": "david@shutterstock.com"
},
"repository": {
"type": "git",
"url": "https://github.com/shutterstock/rickshaw.git"
}
}