-
Notifications
You must be signed in to change notification settings - Fork 13
/
bower.json
45 lines (45 loc) · 1.04 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
45
{
"name": "bloqs",
"description": "Library to create bloqs in bitbloq",
"version": "0.0.1",
"main": "dist/bloqs.min.js",
"homepage": "https://github.com/bq/bloqs",
"repository": {
"type": "git",
"url": "git://github.com/bq/bloqs.git"
},
"keywords": [
"bq",
"bitbloq",
"robotics",
"arduino",
"electronics"
],
"license": "MIT",
"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>"
],
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"bower_components"
],
"dependencies": {
"jquery": ">= 2.1.0",
"lodash": "~3.7.0"
},
"resolutions": {
"lodash": "3.7.0",
"jquery": "2.1.0"
},
"moduleType": [
"node"
]
}