mirror of https://github.com/ColorlibHQ/gentelella
24 lines
491 B
JSON
24 lines
491 B
JSON
{
|
|
"name": "flot-spline",
|
|
"version": "0.0.1",
|
|
"homepage": "https://github.com/JohnPozy/flot-spline",
|
|
"authors": [
|
|
"Alex Bardas < alex.bardas@gmail.com >"
|
|
],
|
|
"description": "Flot plugin that provides spline interpolation for line graphs",
|
|
"keywords": [
|
|
"jquery",
|
|
"flot",
|
|
"spline"
|
|
],
|
|
"license": "SEE LICENSE IN LICENSE",
|
|
"main": "js/jquery.flot.spline.js",
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components",
|
|
"test",
|
|
"tests"
|
|
]
|
|
}
|