mirror of https://github.com/ColorlibHQ/gentelella
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
429 B
14 lines
429 B
{
|
|
"name": "flot-spline",
|
|
"description": "Flot plugin that provides spline interpolation for line graphs",
|
|
"version": "0.0.1",
|
|
"homepage": "https://github.com/johnpozy/flot-spline",
|
|
"repository": "https://github.com/johnpozy/flot-spline",
|
|
"bugs": {
|
|
"url": "https://github.com/johnpozy/flot-spline/issues"
|
|
},
|
|
"main": "js/jquery.flot.spline.js",
|
|
"license" : "SEE LICENSE IN LICENSE",
|
|
"devDependencies": {}
|
|
}
|