mirror of
https://github.com/wahyd4/cdnjs.git
synced 2026-08-22 11:16:12 +10:00
39 lines
763 B
JSON
39 lines
763 B
JSON
{
|
|
"name": "rickshaw",
|
|
"filename": "rickshaw.min.js",
|
|
"version": "1.4.6",
|
|
"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"
|
|
},
|
|
"npmName": "rickshaw",
|
|
"npmFileMap": [
|
|
{
|
|
"basePath": "/",
|
|
"files": [
|
|
"rickshaw.css",
|
|
"rickshaw.min.css",
|
|
"rickshaw.js",
|
|
"rickshaw.min.js"
|
|
]
|
|
}
|
|
]
|
|
}
|