diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..88401fa --- /dev/null +++ b/bower.json @@ -0,0 +1,31 @@ +{ + "name": "smoothie", + "main": "smoothie.js", + "homepage": "http://smoothiecharts.org", + "authors": [ + { "name": "Joe Walnes", "homepage": "http://joewalnes.com)" }, + { "name": "Drew Noakes", "homepage": "https://drewnoakes.com" } + ], + "repository": { + "type": "git", + "url": "git@github.com:joewalnes/smoothie.git" + }, + "description": "Smooooooth JavaScript charts for realtime streaming data", + "moduleType": [ + "amd" + ], + "keywords": [ + "charts", + "charting", + "canvas" + ], + "license": "MIT", + "ignore": [ + "**/.*", + "node_modules", + "bower_components", + "docs", + "examples", + "builder" + ] +}