diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-04-29 18:17:08 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2017-05-02 16:17:08 +0200 |
commit | 7e6d6d0a37e37804e3a751e2bfde11a9c1e85b0b (patch) | |
tree | dcc513f232f608021a55fd317ccd3b1f623ccb70 /CAN-binder/low-can-demo/bower.json | |
parent | 10e7cf8b0d84be658069f60e5dd4831ec202cd70 (diff) |
Adding HTML5 UI with cpu stat binding
Change-Id: Id63b7d338140097a5f2f0943f1b63ee978141829
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'CAN-binder/low-can-demo/bower.json')
-rw-r--r-- | CAN-binder/low-can-demo/bower.json | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/CAN-binder/low-can-demo/bower.json b/CAN-binder/low-can-demo/bower.json new file mode 100644 index 0000000..f3f2789 --- /dev/null +++ b/CAN-binder/low-can-demo/bower.json @@ -0,0 +1,19 @@ +{ + "name": "low-can-demo", + "version": "0.0.1", + "authors": "", + "private": true, + "dependencies": { + "bootstrap-sass": "~3", + "leaflet": "~1.0.0", + "steelseries": "https://github.com/iotbzh/SteelSeries-Canvas.git" + }, + "overrides": { + "steelseries": { + "main": [ + "tween.js", + "steelseries.js" + ] + } + } +} |