forked from swagger-api/swagger-editor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
55 lines (55 loc) · 1.34 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
51
52
53
54
55
{
"name": "swagger-editor",
"version": "2.9.8",
"dependencies": {
"angular": "~1.4.2",
"angular-bootstrap": "~0.13.0",
"angular-marked": "~0.0.15",
"angular-sanitize": "~1.4.2",
"angular-ui-ace": "0.2.3",
"angular-ui-layout": "1.0.5",
"angular-ui-router": "~0.2.15",
"bootstrap": "~3.3.4",
"es5-shim": "~4.1.5",
"font-awesome": "~4.4.0",
"jquery": "~2.1.4",
"js-yaml": "~3.4.2",
"json-formatter": "~0.4.0",
"json-formatter-js": "~0.2.0",
"json-schema-view-js": "~0.2.0",
"lodash": "~3.10.1",
"ng-file-upload": "~7.0.17",
"ngstorage": "~0.3.9",
"promise-polyfill": "~2.1.0",
"schema-form": "~0.1.4",
"SparkMD5": "spark-md5#~1.0.0",
"source-code-pro": "git://github.com/adobe-fonts/source-code-pro.git#156db3bf0b",
"yaml-js": "~0.1.1",
"yaml-worker": "^2.0.0"
},
"overrides": {
"ace-builds": {
"main": [
"src-noconflict/ace.js",
"src-noconflict/mode-yaml.js",
"src-noconflict/ext-language_tools.js"
]
},
"bootstrap": {
"main": [
"less/bootstrap.less",
"dist/js/bootstrap.js"
]
},
"json-schema-view-js": {
"main": [
"dist/bundle.min.js",
"dist/style.css"
]
}
},
"devDependencies": {
"sway-worker": "~1.8.0",
"angular-mocks": "~1.4.2"
}
}