-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
39 lines (39 loc) · 928 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
35
36
37
38
39
{
"name": "Airbnb_simulation",
"description": "CMPE273 class project",
"main": "app.js",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular-ui-router": "^0.3.2",
"angular-bootstrap": "^2.2.0",
"angular-google-places-autocomplete": "^0.2.7",
"angular": "^1.5.8",
"jquery": "^3.1.1",
"bootstrap": "^3.3.7",
"angular-nvd3": "^1.0.9",
"underscore": "^1.8.3",
"angular-material": "1.0.0",
"angular-sanitize": "^1.5.8",
"ng-marviluz": "ng-material#^0.0.4",
"ngAnimate": "*",
"angular-aria": "^1.5.8",
"angular-route": "^1.5.8",
"moment": "^2.17.0",
"angularjs-slider": "^5.8.7",
"angular-messages": "^1.5.9"
},
"devDependencies": {
"daterange.js": "daterange#^0.3.0"
},
"resolutions": {
"angular-material": "1.0.0",
"angular": ">=1.4.0"
}
}