-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
37 lines (37 loc) · 1.05 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
{
"name": "wiki-cloth",
"version": "0.1.0",
"dependencies": {
"angular": "~1.5.0",
"json3": "~3.3.1",
"es5-shim": "~3.0.1",
"bootstrap-sass-official": "^3.3.6",
"bootstrap": "^3.1.1",
"bootstrap-social": "^4.9.1",
"angular-resource": "~1.5.0",
"angular-cookies": "~1.5.0",
"angular-sanitize": "~1.5.0",
"angular-bootstrap": "~1.1.2",
"font-awesome": "^4.6.3",
"lodash": "~2.4.1",
"angular-socket-io": "~0.7.0",
"angular-ui-router": "~0.2.15",
"angular-validation-match": "~1.5.2",
"bootstrap-markdown": "https://github.com/usemodj/bootstrap-markdown.git#master",
"marked": "https://github.com/usemodj/marked.git#master",
"angular-relative-date": "^2.1.0",
"highlightjs": "^9.4.0",
"angular-highlightjs": "^0.6.1",
"angular-paginate-anything": "^4.1.3",
"jsdiff": "^2.2.2",
"ng-file-upload": "^12.0.4",
"angular-i18n": "^1.5.7",
"MathJax": "^2.6.1"
},
"devDependencies": {
"angular-mocks": "~1.5.0"
},
"resolutions": {
"font-awesome": "^4.6.3"
}
}