This repository has been archived by the owner on Sep 2, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
bower.json
executable file
·84 lines (84 loc) · 1.85 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
{
"name": "seventag",
"version": "1.0.0",
"license": "AGPLv3",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "1.3.18",
"angular-animate": "~1.3.*",
"angular-bootstrap": "~0.13.0",
"angular-busy": "~4.1.2",
"angular-cookies": "~1.3.16",
"angular-http-auth": "~1.2.2",
"angular-route": "~1.3.16",
"angular-sanitize": "~1.4.0",
"angular-translate": "~2.8.1",
"angular-translate-loader-static-files": "~2.8.1",
"angular-translate-storage-local": "~2.8.1",
"angular-ui-codemirror": "~0.3.0",
"angular-ui-router": "~0.2.13",
"animate.css": "~3.4.0",
"autofill-event": "~1.0.*",
"bootstrap-sass-official": "~3.3.3",
"checklist-model": "~0.2.4",
"jshint": "~2.9.0",
"ng-clip": "~0.2.6",
"ng-table": "~0.5.4",
"sprintf": "~1.0.2",
"stg-htmlhint": "0.9.12"
},
"devDependencies": {
"angular-mocks": "~1.3.16"
},
"overrides": {
"bootstrap-sass-official": {
"dependencies": {},
"main": []
},
"jquery": {
"main": []
},
"bootstrap": {
"main": []
},
"angular-bootstrap": {
"main": [
"ui-bootstrap-tpls.js"
]
},
"jshint": {
"main": [
"dist/jshint.js"
]
},
"codemirror": {
"main": [
"lib/codemirror.js",
"lib/codemirror.css",
"mode/xml/xml.js",
"mode/javascript/javascript.js",
"mode/htmlmixed/htmlmixed.js",
"addon/edit/matchbrackets.js",
"addon/selection/active-line.js",
"addon/display/placeholder.js",
"addon/lint/lint.js",
"addon/lint/html-lint.js",
"addon/lint/lint.css"
]
},
"stg-htmlhint": {
"main": [
"lib/htmlhint.js"
]
}
},
"resolutions": {
"angular": "1.3.18"
}
}