We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a483f5 commit 5df235fCopy full SHA for 5df235f
bower.json
@@ -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