forked from SPE-Systemhaus/blockly-sql-app
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
23 lines (23 loc) · 707 Bytes
/
package.json
File metadata and controls
23 lines (23 loc) · 707 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "SQLBlockly",
"version": "0.1.0",
"description": "SQL Blockly workspace.",
"license": "Apache-2.0",
"authors": [
"Michael Kolodziejczyk <mk@spe-systemhaus.de> (https://www.spe-systemhaus.de/)",
"Kirsten Schwarz (https://www.spe-systemhaus.de/)"
],
"repository": "http://github.com/SPE-Systemhaus/sql-blockly/",
"devDependencies": {
"bower": "^1.8.0",
"grunt": "~0.4.5",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-nodeunit": "~0.4.1",
"grunt-contrib-uglify": "~0.5.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-jison": "^1.3.3",
"grunt-jison-processor": "^0.1.1",
"grunt-rename": "^0.1.4"
}
}