-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
51 lines (51 loc) · 1.1 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
{
"name": "web-2-cv",
"version": "0.0.1",
"homepage": "https://github.com/levofski/web-2-cv",
"authors": [
"Chris Levy <[email protected]>"
],
"description": "Web 2 CV Viewer/Manager",
"main": [
"public/css/main.css",
"public/js/main.js"
],
"keywords": [
"cv"
],
"license": "MIT",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"public/vendor",
"test",
"tests"
],
"dependencies": {
"angular": "~1.3.15",
"bootstrap": "~3.3.4",
"angular-route": "~1.3.15",
"angular-ui-router": "~0.2.13",
"angular-xeditable": "~0.1.9",
"angular-ui-ace": "bower",
"angular-bootstrap": "~0.12.1",
"js-beautify": "~1.5.5"
},
"overrides": {
"ace-builds": {
"main": [
"src-min-noconflict/ace.js",
"src-min-noconflict/mode-json.js",
"src-min-finoconflict/worker-json.js",
"src-min-noconflict/mode-html.js",
"src-min-noconflict/worker-html.js",
"src-min-noconflict/theme-idle_fingers.js"
]
}
},
"resolutions": {
"angular": "~1.3.15"
}
}