Files
2014-01-16 23:00:19 +00:00

24 lines
748 B
JSON

{
"name": "dygraph",
"filename": "dygraph-combined.js",
"version": "1.0.1",
"description": "dygraphs is an open source JavaScript library that produces produces interactive, zoomable charts of time series. It is designed to display dense data sets and enable users to explore and interpret them. Version 1.2 pre-dates 1.0.0: http://blog.dygraphs.com/2013/08/announcing-dygraphs-100.html",
"homepage": "http://dygraphs.com/",
"keywords": [
"graphs",
"charts",
"interactive"
],
"maintainers": [
{
"name": "Dan Vanderkam"
}
],
"repositories": [
{
"type": "git",
"url": "https://github.com/danvk/dygraphs.git"
}
]
}