forked from joshjhargreaves/Ionic-app-with-NodeJs-backend
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
22 lines (22 loc) · 634 Bytes
/
bower.json
File metadata and controls
22 lines (22 loc) · 634 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "client",
"private": "true",
"dependencies": {
"angular": ">=1.2.*",
"json3": "~3.3.1",
"angular-resource": ">=1.2.*",
"angular-cookies": ">=1.2.*",
"angular-sanitize": ">=1.2.*",
"font-awesome": ">=4.1.0",
"lodash": "~2.4.1",
"angular-socket-io": "~0.6.0",
"angular-ui-router": "~0.2.10",
"ionic": "driftyco/ionic-bower#1.0.0-beta.11",
"bootstrap-sass-official": "latest",
"bootstrap-social": "https://github.com/lipis/bootstrap-social.git#3112cb6d071adedbd8fc8fc3feb4491adad62963",
"ngCordova": "~0.1.4-alpha"
},
"resolutions": {
"angular": "~1.2.6"
}
}