-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
33 lines (33 loc) · 862 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
{
"name": "shifawelfare",
"description": "",
"main": "",
"authors": [
"Syed Huzaifa Hassan"
],
"license": "MIT",
"homepage": "index.html",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"polymer": "Polymer/polymer#^1.8.0",
"app-layout": "PolymerElements/app-layout#^0.10.7",
"iron-icon": "^1.0.12",
"iron-icons": "^1.2.0",
"paper-icon-button": "^1.1.4",
"paper-progress": "^1.0.11",
"normalize-css": "normalize.css#^5.0.0",
"iron-iconset-svg": "^1.1.0",
"social-media-icons": "^1.3.1",
"paper-carousel": "Redbility/paper-carousel#^1.1.6",
"google-map": "GoogleWebComponents/google-map#^1.2.0",
"iron-image": "PolymerElements/iron-image#^1.2.5",
"calendar-flip": "limhenry/calendar-flip#^0.1.0"
}
}