-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
49 lines (49 loc) · 1.03 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
{
"name": "hartville-io",
"version": "0.2.0",
"homepage": "https://github.com/ibedard16/Hartville-io",
"authors": [
"Isaac Bedard <ibedard@biomedscienceacademy.org>"
],
"description": "Website for Hartville.io",
"moduleType": [
"amd",
"es6",
"globals",
"node",
"yui"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"public/vendor",
"test",
"tests"
],
"dependencies": {
"angular": "1.4.3",
"angular-animate": "1.4.3",
"angular-bootstrap": "~0.13.3",
"angular-route": "1.4.3",
"angular-sanitize": "1.4.3",
"angular-truncate": "*",
"font-awesome": "~4.4.0",
"less": "~2.5.1",
"lodash": "~3.10.1",
"showdown": "~1.2.2",
"textAngular": "~1.4.3",
"angular-resource": "~1.4.3",
"satellizer": "~0.12.5",
"prism": "~1.2.0",
"toastr": "~2.1.2",
"bootstrap": "~3.3.5",
"jquery": "~2.1.4",
"angular-strap": "~2.3.5"
},
"resolutions": {
"angular": "1.4.3",
"showdown": "~1.2.2"
}
}