-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathbower.json
More file actions
24 lines (24 loc) · 547 Bytes
/
bower.json
File metadata and controls
24 lines (24 loc) · 547 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "mpq-party-planner",
"version": "0.0.0",
"dependencies": {
"angular": "1.6.7",
"angular-animate": "1.6.7",
"angular-cookies": "1.6.7",
"angular-resource": "1.6.7",
"angular-route": "1.6.7",
"angular-sanitize": "1.6.7",
"angular-touch": "1.6.7",
"angular-material": "0.10.0",
"font-awesome": "4.3.0",
"underscore": "1.8.3"
},
"devDependencies": {
"angular-mocks": "^1.6.7"
},
"appPath": "app",
"moduleName": "mpqPartyPlannerApp",
"resolutions": {
"angular": "1.6.7"
}
}