-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathbower.json
37 lines (37 loc) · 979 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
{
"name": "laravel-codeproject-frontend",
"description": "front-end do codeproject",
"main": "",
"authors": [
"Nilton Morais <[email protected]>"
],
"license": "MIT",
"homepage": "https://github.com/NiltonMorais/laravel_angularjs_codeproject",
"moduleType": [],
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"resources/bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "1.4.1",
"angular-route": "1.4.1",
"angular-resource": "1.4.1",
"angular-animate": "1.4.1",
"angular-messages": "1.4.1",
"angular-bootstrap": "0.13.4",
"angular-strap": "2.2.4",
"bootstrap": "3.3.5",
"angular-oauth2": "^4.0.0",
"ng-file-upload": "7.0.17",
"angular-http-auth": "^1.3.0",
"angularUtils-pagination": "angular-utils-pagination#^0.11.1",
"pusher-angular": "^0.1.9",
"pusher": "3.0.0",
"angular-ui-notification": "^0.2.0",
"blob-util": "^1.2.1"
}
}