gentelella/vendors/flot.curvedlines/bower.json

17 lines
245 B
JSON
Raw Normal View History

2016-07-13 16:34:04 +00:00
{
"name": "flot.curvedlines",
"main": "curvedLines.js",
"authors": [
"Michael Zinsmaier"
],
"license": "MIT",
"ignore": [
"**/*",
"!curvedLines.js",
"!bower.json"
],
"dependencies": {
"flot": ">=0.8.0"
}
}