-
Notifications
You must be signed in to change notification settings - Fork 62
/
bower.json
40 lines (40 loc) · 997 Bytes
/
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
{
"name": "paizaqa",
"version": "0.0.0",
"dependencies": {
"angular": "~1.4.0",
"json3": "~3.3.1",
"es5-shim": "~3.0.1",
"bootstrap-sass-official": "~3.1.1",
"bootstrap": "~3.1.1",
"bootstrap-social": "~4.9.1",
"angular-resource": "~1.4.0",
"angular-cookies": "~1.4.0",
"angular-sanitize": "~1.4.0",
"angular-bootstrap": "~0.13.0",
"font-awesome": ">=4.1.0",
"lodash": "~2.4.1",
"angular-socket-io": "~0.7.0",
"angular-ui-router": "~0.2.15",
"angular-validation-match": "~1.5.2",
"angular-pagedown": "^0.4.4",
"ng-tags-input": "^3.0.0",
"angular-messages": "^1.5.0",
"moment": "momentjs#^2.12.0",
"ngInfiniteScroll": "^1.2.2"
},
"devDependencies": {
"angular-mocks": "~1.4.0"
},
"overrides": {
"pagedown": {
"main": [
"Markdown.Converter.js",
"Markdown.Sanitizer.js",
"Markdown.Extra.js",
"Markdown.Editor.js",
"wmd-buttons.png"
]
}
}
}