forked from CyberNinjas/TallyCTF
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
29 lines (29 loc) · 879 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
{
"name": "meanjs",
"description": "Fullstack JavaScript with MongoDB, Express, AngularJS, and Node.js.",
"homepage": "http://meanjs.org/",
"license": "MIT",
"dependencies": {
"bootstrap": "^3.3.7",
"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",
"eonasdan-bootstrap-datetimepicker": "~4.17.37",
"ngSweetAlert": "angular-sweetalert#^1.1.0",
"angular-formly": "^8.4.0",
"angular-formly-templates-bootstrap": "^6.3.2",
"api-check": "^7.5.5",
"angularjs-slider": "^5.9.0",
"angular-ui-select": "^0.19.6"
},
"resolutions": {
"angular": "~1.3"
}
}