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 <[email protected]>",
"Laura del Río <[email protected]>",
"Diego Segura <[email protected]>",
"Tom Calvo <[email protected]>",
"Sergio Morcuende <[email protected]>",
"Jesús Flores <[email protected]>",
"Sergio Mate <[email protected]>"
],
"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"
}
}