Skip to content

Commit

Permalink
Add bower package definition (http://bower.io/)
Browse files Browse the repository at this point in the history
  • Loading branch information
drewnoakes committed Sep 1, 2014
1 parent 6a483f5 commit 365d6c1
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions 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"
]
}

0 comments on commit 365d6c1

Please sign in to comment.