forked from swagger-api/swagger-editor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
50 lines (50 loc) · 1.19 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": "swagger-editor",
"version": "2.9.6",
"devDependencies": {
"angular-mocks": "1.3.15"
},
"dependencies": {
"angular": "1.3.15",
"angular-bootstrap": "~0.13.0",
"angular-cookies": "1.3.15",
"angular-marked": "~0.0.15",
"angular-resource": "1.3.15",
"angular-sanitize": "1.3.15",
"angular-scenario": "1.3.15",
"angular-ui-ace": "0.2.3",
"angular-ui-router": "~0.2.15",
"bootstrap": "~3.3.4",
"es5-shim": "~4.1.5",
"jquery": "~2.1.4",
"js-yaml": "~3.3.1",
"json3": "~3.3.2",
"ngstorage": "~0.3.4",
"yaml-js": "0.1.1",
"swagger-tools": "0.8.7",
"lodash": "~3.9.3",
"apply-diff": "~1.2.5",
"json-editor": "~0.7.2",
"schema-form": "~0.1.1",
"ng-file-upload": "~5.0.3",
"json-formatter": "0.3.0",
"angular-ui-layout": "1.0.5",
"json-schema-view": "0.4.2",
"objectpath": "~1.2.1"
},
"overrides": {
"ace-builds": {
"main": [
"src-noconflict/ace.js",
"src-noconflict/mode-yaml.js",
"src-noconflict/ext-language_tools.js"
]
}
},
"resolutions": {
"jquery": "~2.1.4",
"js-yaml": "~3.3.1",
"json3": "~3.3.2",
"lodash": "~3.9.3"
}
}