forked from SPE-Systemhaus/blockly-sql-app
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
29 lines (29 loc) · 690 Bytes
/
bower.json
File metadata and controls
29 lines (29 loc) · 690 Bytes
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
{
"name": "SQLBlockly",
"description": "SQL Blockly workspace.",
"main": "",
"authors": [
"Michael Kolodziejczyk <mk@spe-systemhaus.de> (https://www.spe-systemhaus.de/)",
"Kirsten Schwarz (https://www.spe-systemhaus.de/)"
],
"license": "Apache-2.0",
"homepage": "http://sql.print2forms.de/",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"../common/plugins",
"test",
"tests"
],
"dependencies": {
"blockly-events": "^1.0.2",
"blockly-type-indicator": "^1.0.2",
"blockly-colour-gradient": "^1.0.1",
"ace-builds": "^1.2.6"
},
"devDependencies": {
"google-closure-library": "*",
"GoogleBlockly": "*"
}
}