-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
34 lines (34 loc) · 977 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
{
"name": "surveys",
"description": "Full-Stack JavaScript with MongoDB, Express, AngularJS, and Node.js",
"homepage": "http://meanjs.org/",
"license": "MIT",
"dependencies": {
"bootstrap": "~3",
"angular": "~1.3",
"angular-resource": "~1.3",
"angular-animate": "~1.3",
"angular-mocks": "~1.3",
"angular-bootstrap": "~0.13",
"angular-ui-utils": "bower",
"angular-ui-router": "~0.2",
"angular-file-upload": "1.1.5",
"angular-messages": "~1.3.17",
"owasp-password-strength-test": "~1.3.0",
"angular-breadcrumb": "^0.5.0",
"angular-loading-bar": "^0.9.0",
"moment": "^2.18.1",
"angular-moment": "^1.0.1",
"moment-timezone": "^0.5.13",
"underscore": "^1.8.3",
"font-awesome": "^4.7.0",
"ng-dialog": "^1.4.0",
"angular-toastr": "^2.1.1",
"angular-webstorage": "^0.14.0"
},
"resolutions": {
"angular": "~1.3",
"angular-animate": "~1.3",
"angular-messages": "~1.3.17"
}
}