summaryrefslogtreecommitdiffstats
path: root/CAN-binder/low-can-demo/bower.json
blob: f3f2789938c7ac0bde01de65115874ab4a4e895c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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"
			]
		}
	}
}