bower.json 245 Bytes edit raw blame history 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 { "name": "flot.curvedlines", "main": "curvedLines.js", "authors": [ "Michael Zinsmaier" ], "license": "MIT", "ignore": [ "**/*", "!curvedLines.js", "!bower.json" ], "dependencies": { "flot": ">=0.8.0" } }