-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
executable file
·53 lines (53 loc) · 1.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
{
"name": "moedit",
"version": "0.0.1",
"authors": [
"sk"
],
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"client/public/vendor/",
"test",
"tests"
],
"dependencies": {
"angular": "~1.3.11",
"lodash": "~2.4.1",
"moment": "~2.8.4",
"sweetalert": "~0.3.2",
"ui-router": "~0.2.13",
"animate-css": "~3.2.0",
"angular-moment": "~0.8.2",
"chance": "~0.7.0",
"jquery": "~2.1.1",
"angular-cookie": "~4.0.6",
"stringjs": "~3.0.0",
"ngDialog": "~0.3.9",
"angular-spinner": "~0.6.1",
"message-center": "~1.1.4",
"angular-sanitize": "~1.3.11",
"stacktrace": "~0.6.4",
"bootstrap": "~3.3.2",
"textAngular": "~1.3.7",
"angular-ui-sortable": "~0.13.3",
"angular-i18n": "~1.3.13",
"google-diff-match-patch": "~0.1.0",
"angular-diff-match-patch": "~0.1.7"
},
"overrides": {
"moment": {
"main": [
"moment.js",
"locale/de.js"
]
},
"angular": {
"main": "angular.js",
"dependencies": {
"jquery": "*"
}
}
}
}