-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbower.json
34 lines (34 loc) · 911 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
{
"name": "traffic-incidents",
"version": "1.0.6",
"authors": [
"Miguel Ortega Moreno <mortega@conwet.com>"
],
"description": "Show a timeline of traffic issues.",
"keywords": [
"web-component",
"polymer",
"seed",
"traffic",
"incidents",
"web-components"
],
"main": "traffic-incidents.html",
"license": "http://polymer.github.io/LICENSE.txt",
"homepage": "https://mortega5.github.io/traffic-incidents",
"ignore": [
"/.*",
"/test/"
],
"dependencies": {
"polymer": "Polymer/polymer#^1.2.0",
"iron-ajax": "^1.4.3",
"paper-header-panel": "^1.1.6",
"paper-spinner": "PolymerElements/paper-spinner#^1.2.0",
"paper-icon-button": "PolymerElements/paper-icon-button#^1.1.2",
"paper-input": "PolymerElements/paper-input#^1.1.19"
},
"devDependencies": {
"iron-component-page": "PolymerElements/iron-component-page#^1.0.0"
}
}