-
Notifications
You must be signed in to change notification settings - Fork 114
Expand file tree
/
Copy pathbower.json
More file actions
27 lines (27 loc) · 745 Bytes
/
bower.json
File metadata and controls
27 lines (27 loc) · 745 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
{
"name": "Laravel Schema Editor",
"version": "0.0.1",
"authors": [
"Budi Prakosa a.k.a Iyok <iyok@deadmediafm.org>"
],
"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": "https://github.com/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"
}
}