mirror of
https://github.com/wahyd4/cdnjs.git
synced 2026-08-13 23:06:20 +10:00
Sources: http://dygraphs.com/1.0.0/dygraph-combined.js and http://dygraphs.com/1.0.1/dygraph-combined.js Note: 1.2 predates 1.0.0, package.json updated appropriately
24 lines
748 B
JSON
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"
|
|
}
|
|
]
|
|
}
|