-
Notifications
You must be signed in to change notification settings - Fork 1
/
bower.json
43 lines (43 loc) · 1.14 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
{
"name": "meanjs",
"description": "Fullstack JavaScript with MongoDB, Express, AngularJS, and Node.js.",
"homepage": "http://meanjs.org/",
"license": "MIT",
"dependencies": {
"bootstrap": "~3.3.6",
"angular": "~1.5.0",
"angular-resource": "~1.5.0",
"angular-animate": "~1.5.0",
"angular-mocks": "~1.5.0",
"angular-bootstrap": "~1.2.1",
"angular-ui-utils": "bower",
"angular-ui-notification": "~0.2.0",
"angular-ui-router": "~0.2.18",
"angular-file-upload": "~2.2.0",
"angular-messages": "~1.5.0",
"ng-context-menu": "~1.0.2",
"bootstrap": "~3.3.6",
"ng-file-upload": "~12.1.0",
"ng-img-crop": "ngImgCrop#^0.3.2",
"owasp-password-strength-test": "~1.3.0",
"jquery-ui": "~1.11.4",
"jquery": "~2.1.4",
"jqueryui-touch-punch": "*",
"angular-xeditable": "^0.1.12",
"cytoscape": "^2.6.7",
"cytoscape-edgehandles": "^2.3.2",
"cytoscape-cxtmenu": "^2.7.1"
},
"overrides": {
"bootstrap": {
"main": [
"dist/css/bootstrap.css",
"dist/css/bootstrap-theme.css",
"less/bootstrap.less"
]
},
"jquery": {
"main": []
}
}
}