forked from estevesklein/CodeProject-curso-laravel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
35 lines (35 loc) · 870 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
{
"name": "laravel-angular",
"version": "0.0.0",
"homepage": "https://github.com/estevesklein/CodeProject-curso-laravel",
"authors": [
"Esteves Klein <[email protected]>"
],
"description": "Frontend de Gerenciador de Projetos",
"moduleType": [
"amd"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"resources/bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "1.4.1",
"angular-animate": "1.4.1",
"angular-bootstrap": "0.13.4",
"angular-messages": "1.4.1",
"angular-oauth2": "~3.0.1",
"angular-resource": "1.4.1",
"angular-route": "1.4.1",
"angular-strap": "2.2.4",
"bootstrap": "3.3.5",
"ng-file-upload": "7.0.17",
"angular-http-auth": "~1.2.3",
"angularUtils-pagination": "angular-utils-pagination#~0.9.4"
}
}