-
Notifications
You must be signed in to change notification settings - Fork 2
/
bower.json
80 lines (80 loc) · 1.91 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"name": "udb3-angular",
"version": "1.0.0",
"homepage": "https://github.com/cultuurnet/udb3-angular",
"authors": [
"Bram Cordie <[email protected]>"
],
"description": "This project holds all the modules, styles and templates to create an UDB3 front-end.",
"main": [
"dist/udb3-angular.css",
"dist/udb3-angular.js"
],
"keywords": [
"udb3",
"uitdatabank",
"cultuurnet"
],
"license": "Apache-2.0",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "~1.5.5",
"angular-cookies": "~1.5.5",
"angular-sanitize": "~1.5.5",
"angular-i18n": "~1.5.5",
"angular-messages": "~1.5.5",
"angular-translate": "~2.15.1",
"angular-ui-select": "~0.19.0",
"angular-bootstrap": "~1.3.2",
"angular-socket-io": "~0.7.0",
"angular-jwt": "~0.1.9",
"bootstrap": "~3.3.7",
"lodash": "~3.10.1",
"socket.io-client": "~1.2.0",
"components-font-awesome": "^5.15.1",
"moment": "~2.20.0",
"accounting": "~0.3.2",
"bootstrap-multiselect": "0.9.15",
"ng-file-upload": "^12.0.4",
"animate.css": "~3.2.6",
"angular-ui-codemirror": "~0.3.0",
"angular-moment": "~1.0.0",
"codemirror": "~5.2.0",
"angular-xeditable": "~0.1.12",
"levenshtein": "~1.0.5",
"rx-angular": "angular-rx#^1.1.3",
"angular-ui-router": "^0.3.1",
"ng-focus-if": "~1.0.7",
"angular-scroll": "^1.0.0",
"ng-tags-input": "^3.1.1",
"angular-filter": "^0.5.17"
},
"devDependencies": {
"angular-mocks": "~1.5.5",
"angular-scenario": "~1.5.5"
},
"resolutions": {
"angular": "~1.5.5",
"bootstrap": "~3.3.7"
},
"overrides": {
"angular-i18n":{
"main":[
"angular-locale_nl-be.js"
]
},
"codemirror": {
"main": [
"lib/codemirror.js",
"lib/codemirror.css",
"mode/solr/solr.js"
]
}
}
}