forked from ExchangeBC/BCDevExchange-app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
37 lines (37 loc) · 1.15 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": "BCDevExchange",
"description": "Organization site for BCDevExchange",
"version": "0.0.0",
"homepage": "http://bcdevexchange.org",
"license": "MIT",
"private": false,
"dependencies": {
"angular-sanitize": "~1.3.15",
"font-awesome": ">=4.1.0",
"lodash": "^3.10.1",
"respond-minmax": "~1.4.2",
"angulartics": "dy2288/angulartics#master",
"angular-ui-utils": "bower",
"moment": "~2.9.0",
"angular-moment": "~0.9.2",
"angular-messages": "~1.3.15",
"angular": "~1.3.15",
"angular-animate": "~1.3.15",
"ngFx": "~1.1.0",
"angular-markdown-directive": "~0.3.1",
"angular-encode-uri": "~1.0.0",
"angular-table-of-contents": "https://github.com/BCDevExchange/angular-table-of-contents.git#latest",
"angular-scroll": "~0.6.5",
"jquery": "~2.1.3",
"showdown-icon": "https://github.com/BCDevExchange/showdown-icon.git#latest",
"bootstrap": "~3.3.4",
"fitvids": "latest",
"smoothscroll": "~0.1.0",
"jquery.easy-pie-chart": "^2.1.5",
"waypoints": "~2.0.3",
"angular-swagger-ui": "BCDevExchange/angular-swagger-ui#^0.2.4"
},
"resolutions": {
"angular": "1.3.15"
}
}