-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
30 lines (30 loc) · 833 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
{
"name": "meanjs",
"description": "Fullstack JavaScript with MongoDB, Express, AngularJS, and Node.js.",
"homepage": "http://meanjs.org/",
"license": "MIT",
"dependencies": {
"angular": "~1.3",
"angular-animate": "~1.3",
"angular-bootstrap": "~1.0",
"angular-file-upload": "1.1.5",
"angular-messages": "~1.3.17",
"angular-mocks": "~1.3",
"angular-resource": "~1.3",
"angular-ui-router": "~0.2",
"angular-ui-utils": "bower",
"bootstrap": "~3",
"owasp-password-strength-test": "~1.3.0",
"ngmap": "~1.16.7",
"angular-google-maps": "~2.3.2",
"fullcalendar": "~2.6.1",
"socket.io-client": "~1.4.5",
"angular-socket-io": "^0.7.0",
"aws-sdk": "2.3.7",
"aws-sdk-js": "2.3.7"
},
"resolutions": {
"angular": "1.3.20",
"fullcalendar": "2.3.1"
}
}