Skip to content

Commit 5df235f

Browse files
committed
Add bower package definition (http://bower.io/)
1 parent 6a483f5 commit 5df235f

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

bower.json

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
{
2+
"name": "smoothie-charts",
3+
"main": "smoothie.js",
4+
"homepage": "http://smoothiecharts.org",
5+
"authors": [
6+
{ "name": "Joe Walnes", "homepage": "http://joewalnes.com)" },
7+
{ "name": "Drew Noakes", "homepage": "https://drewnoakes.com" }
8+
],
9+
"repository": {
10+
"type": "git",
11+
"url": "[email protected]:joewalnes/smoothie.git"
12+
},
13+
"description": "Smooooooth JavaScript charts for realtime streaming data",
14+
"moduleType": [
15+
"amd"
16+
],
17+
"keywords": [
18+
"charts",
19+
"charting",
20+
"canvas"
21+
],
22+
"license": "MIT",
23+
"ignore": [
24+
"**/.*",
25+
"node_modules",
26+
"bower_components",
27+
"docs",
28+
"examples",
29+
"builder"
30+
]
31+
}

0 commit comments

Comments
 (0)