-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
30 lines (30 loc) · 885 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": "Angular-Authentication-Starter",
"version": "1.0.0",
"description": "AngularJS starter app with Ruby on Rails authentication through the Devise gem.",
"main": "app.js",
"repository": {
"type": "git",
"url": "https://github.com/goodbomb/angular-authentication-starter"
},
"authors": "Ben Scott <[email protected]>",
"private": false,
"devDependencies": {},
"dependencies": {
"jquery": "~2.1.1",
"bootstrap": "~3.1.1",
"animate.css": "~3.1.1",
"angular": "~1.2.19",
"angular-bootstrap": "~0.11.0",
"angular-ui-utils": "~0.1.1",
"angular-ui-router": "~0.2.10",
"angular-animate": "~1.2.19",
"angular-cookies": "~1.2.19",
"angular-resource": "~1.2.19",
"angular-sanitize": "~1.2.19",
"angular-devise": "~0.5.0",
"domready": "~1.0.5",
"lodash": "~2.4.1",
"restangular": "~1.4.0"
}
}