forked from smorcuend/bloqs
-
Notifications
You must be signed in to change notification settings - Fork 2
/
bower.json
44 lines (44 loc) · 1.06 KB
/
bower.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "bloqs",
"description": "Library to create bloqs in bitbloq",
"version": "0.29.1",
"main": [
"dist/bloqs.min.js",
"dist/bloqs.css"
],
"homepage": "https://github.com/bq/bloqs",
"repository": {
"type": "git",
"url": "git://github.com/bq/bloqs.git"
},
"keywords": [
"bq",
"bitbloq",
"robotics",
"arduino",
"electronics"
],
"license": "GNU",
"authors": [
"Irene Sanz <irene.sanz@bq.com>",
"Laura del Río <laura.delrio@bq.com>",
"Diego Segura <diego.segura@bq.com>",
"Tom Calvo <tomas.calvo@bq.com>",
"Sergio Morcuende <sergio.morcuende@bq.com>",
"Jesús Flores <jesus.flores@bq.com>",
"Sergio Mate <sergio.mate@bq.com>"
],
"dependencies": {
"jquery": ">= 2.1.0",
"lodash": "^4.17.4",
"jquery-auto-grow-input": "*",
"autogrow": "~1.0.3",
"q": "^1.4.1"
},
"moduleType": [
"amd"
],
"resolutions": {
"lodash": "^4.17.4"
}
}