gentelella/vendors/flot-spline/bower.json
2016-07-14 00:34:05 +08:00

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"
]
}