-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
92 lines (92 loc) · 2.08 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
81
82
83
84
85
86
87
88
89
90
91
92
{
"name": "dokuvis-gui",
"version": "0.1.5",
"homepage": "https://github.com/Brakebein/DokuVis",
"authors": [
"Brakebein <[email protected]>"
],
"description": "",
"main": [
"app/app.js",
"style/general.sass"
],
"license": "MIT",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests",
"api",
"data",
"tmp",
"uploads",
"cyphers"
],
"dependencies": {
"d3": "^4.11.0",
"jquery": "^2.2.4",
"tween.js": "tweenjs#^16.3.4",
"font-awesome": "Font-Awesome#^4.6.3",
"angular-strap": "^2.3.8",
"angular": "1.6.6",
"moment": "^2.18.1",
"angular-minicolors": "^0.0.7",
"angular-ui-router": "0.3.2",
"ui-router-extras": "^0.1.2",
"angular-animate": "1.6.6",
"angular-canvas-painter": "^0.5.3",
"angular-moment": "^1.0.1",
"ng-tags-input": "^3.1.1",
"jquery-minicolors": "2.2.4",
"bootstrap-additions": "^0.3.1",
"angular-xeditable": "^0.1.12",
"angular-truncate": "*",
"textAngular": "^1.5.1",
"angular-file-upload": "2.5.0",
"angular-acl": "^0.1.7",
"angular-resource": "1.6.6",
"angular-translate": "^2.13.0",
"angular-translate-loader-partial": "^2.13.0",
"angular-gantt": "^1.3.2",
"angular-ui-tree": "^2.22.5",
"angular-motion": "^0.4.4",
"ng-scrollbars": "^0.0.11",
"jszip": "^3.1.3",
"jszip-utils": "^0.0.2",
"proj4": "^2.4.3",
"angular-translate-storage-local": "^2.15.2",
"css-element-queries": "^0.4.0"
},
"overrides": {
"font-awesome": {
"main": [
"css/font-awesome.min.css"
]
},
"moment": {
"main": [
"min/moment-with-locales.min.js"
]
},
"ng-tags-input": {
"main": [
"ng-tags-input.js"
]
},
"css-element-queries": {
"main": [
"src/ElementQueries.js",
"src/ResizeSensor.js"
]
}
},
"resolutions": {
"angular-ui-router": "^0.3.2",
"angular": "1.6.6",
"angular-animate": "1.6.6",
"moment": "^2.13.0",
"jquery-minicolors": "2.2.4"
}
}