forked from BioDesignRealWorld/LaravelDatabaseDesigner
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
27 lines (27 loc) · 741 Bytes
/
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
{
"name": "Laravel Schema Editor",
"version": "0.0.1",
"authors": [
"Budi Prakosa a.k.a Iyok <[email protected]>"
],
"description": "create and edit database diagram",
"license": "MIT",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"bootstrap": "~3.2.0",
"backbone.bootstrap-modal": "[email protected]:badgeek/backbone.bootstrap-modal.git#v0.9.0b",
"backbone.modal" : "https://github.com/awkward/backbone.modal.git#v1.0.0",
"backbone.syphon" : "https://github.com/marionettejs/backbone.syphon.git#v0.5.0",
"marionette": "~2.2.1",
"jquery" : "1.9.1",
"jquery-ui" : "1.11.1",
"jsplumb": "~1.6.4"
}
}