-
Notifications
You must be signed in to change notification settings - Fork 30
Expand file tree
/
Copy pathbower.json
More file actions
58 lines (58 loc) · 1.55 KB
/
bower.json
File metadata and controls
58 lines (58 loc) · 1.55 KB
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "Polymer Blog",
"version": "0.0.0",
"authors": [
"beneditobatista <benedito_batista@hotmail.com>",
"fernandorych <fernando.rych@gmail.com>"
],
"description": "Esqueleto do Projeto",
"main": "index.html",
"keywords": [
"blog",
"html5",
"studyGroup",
"GDG",
"GDGSP",
"polymer",
"firebase",
"AngularJS",
"Auth0",
"Lavish",
"Bootstrap",
"font-awesome"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"polymer": "Polymer/polymer#1.0.0",
"paper-toolbar": "PolymerElements/paper-toolbar#1.0.0",
"paper-material": "PolymerElements/paper-material#1.0.0",
"paper-header-panel": "PolymerElements/paper-header-panel#1.0.0",
"firebase-element": "GoogleWebComponents/firebase-element#1.0.0",
"bootstrap": "~3.3.5",
"font-awesome": "~4.3.0",
"angular": "~1.4.2",
"angular-cookies": "~1.4.2",
"angular-route": "~1.2.28",
"angular-translate": "~2.7.2",
"angular-storage": "~0.5.0",
"angular-jwt": "~0.0.9",
"auth0-angular": "~4.0.5",
"a0-angular-storage": "~0.0.12",
"paper-fab": "PolymerElements/paper-fab#^1.0.0",
"paper-dialog": "PolymerElements/paper-dialog#^1.0.0",
"paper-button": "PolymerElements/paper-button#^1.0.0",
"paper-dialog-scrollable": "PolymerElements/paper-dialog-scrollable#^1.0.0",
"paper-input": "PolymerElements/paper-input#^1.0.0",
"angular-material": "~0.10.0"
},
"resolutions": {
"angular": "1.4.3"
}
}