-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
42 lines (42 loc) · 1.04 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
{
"name": "udb-angular-app",
"version": "0.0.0",
"dependencies": {
"angular": "~1.5.5",
"json3": "~3.3.1",
"es5-shim": "~3.1.0",
"bootstrap": "~3.3.6",
"angular-resource": "~1.5.5",
"angular-cookies": "~1.5.5",
"angular-sanitize": "~1.5.5",
"angular-touch": "~1.5.5",
"udb3-angular": "cultuurnet/udb3-angular#main",
"angular-markdown-directive": "^0.3.1",
"angular-ui-router": "^0.3.1",
"es6-shim": "^0.35.1",
"angular-zendesk-widget": "^0.1.0",
"ngMeta": "^0.3.9",
"angular-deferred-bootstrap": "^0.1.9",
"angular-translate-once": "^1.0.3",
"angular-translate-storage-cookie": "^2.17.0",
"angular-dynamic-locale": "^0.1.37"
},
"devDependencies": {
"angular-mocks": "~1.5.5",
"angular-scenario": "~1.5.5"
},
"appPath": "app",
"resolutions": {
"angular": "~1.5.5",
"angular-translate": "~2.15.1"
},
"overrides": {
"codemirror": {
"main": [
"lib/codemirror.js",
"lib/codemirror.css",
"mode/solr/solr.js"
]
}
}
}