-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathbower.json
69 lines (69 loc) · 1.95 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
{
"name": "mapping-salt-lake-city",
"description": "Mapping Salt Lake City is a community-created archive of Salt Lake City’s neighborhoods and people",
"version": "0.4.2",
"author": "Chris Tanseer",
"meanjs-version": "0.5.0-beta",
"homepage": "http://mappingslc.org/",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/poetsrock/mappingslc.git"
},
"dependencies": {
"angular": "^1.5.x",
"angular-animate": "^1.5.x",
"angular-bootstrap": "^0.14.3",
"angular-bootstrap-lightbox": "^0.9.x",
"angular-cookies": "^1.5.x",
"angular-local-storage": "^0.5.0",
"angular-material": "^1.0.9",
"angular-messages": "^1.5.x",
"angular-mocks": "^1.5.x",
"angular-notify": "^2.5.x",
"angular-recaptcha": "^3.0.4",
"angular-resource": "^1.5.x",
"angular-touch": "^1.5.x",
"angular-sanitize": "^1.5.x",
"angular-ui-router": "^0.2.x",
"angular-ui-utils": "bower",
"bootstrap": "^3.x.x",
"classie": "^1.0.1",
"flexslider": "^2.6.1",
"font-awesome": "^4.x.x",
"jquery-migrate": "^1.3.0",
"lodash": "^4.13.1",
"modernizr": "^3.0.x",
"ng-file-upload": "^12.0.1",
"ng-file-upload-shim": "^10.1.9",
"ng-password-strength": "[email protected]:PoetsRock/ng-password-strength.git#master",
"owasp-password-strength-test": "^1.3.0",
"rangy": "^1.3.0",
"xmlToJSON.js": "^1.3.2",
"material-design-icons": "^3.0.0",
"angular-material-icons": "^0.7.1",
"svg-morpheus": "^0.3.2",
"elasticsearch": "^11.0.1",
"froala-wysiwyg-editor": "^2.3.4"
},
"resolutions": {
"angular": "^1.5.x",
"angular-bootstrap": "^0.14.3",
"lodash": "^4.13.1"
},
"overrides": {
"bootstrap": {
"main": [
"dist/css/bootstrap.css",
"dist/css/bootstrap-theme.css",
"less/bootstrap.less"
]
},
"jquery": {
"main": []
}
},
"devDependencies": {
"angular-material-icons": "^0.7.0"
}
}