forked from pdehaan/roboblocks
-
Notifications
You must be signed in to change notification settings - Fork 11
/
bower.json
50 lines (50 loc) · 1 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
46
47
48
49
50
{
"name": "roboblocks",
"description": "Blockly blocks repository used in bitbloq",
"version": "0.2.3",
"main": "dist/roboblocks.min.js",
"license": "MIT",
"keywords": [
"roboblocks",
"blockly",
"arduino",
"bitbloq",
"bq"
],
"contributors": [
{
"name": "Sergio Morcuende",
"email": "[email protected]"
},
{
"name": "Irene Sanz",
"email": "[email protected]"
},
{
"name": "Laura Del Río",
"email": "[email protected]"
}
],
"homepage": "http://github.com/bq/roboblocks",
"repository": {
"type": "git",
"url": "http://github.com/bq/roboblocks.git"
},
"dependencies": {
"blockly-bq": "http://github.com/vrruiz/blockly.git",
"underscore": "~1.6.0",
"requirejs": "~2.1.15",
"highlightjs": "~8.8.0"
},
"devDependencies": {
"jquery": "~2.1.1",
"mocha": "~1.21.4",
"sinonjs": "~1.10.2",
"chai": "~1.9.1"
},
"ignore": [
"src",
"test",
"bower_components"
]
}