-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
34 lines (34 loc) · 877 Bytes
/
bower.json
File metadata and controls
34 lines (34 loc) · 877 Bytes
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": "wid-toolbar-menu",
"version": "1.0.4",
"authors": [
"Thomas Hourlier <hourliert@gmail.com>"
],
"description": "A simple navigation bar.",
"keywords": [
"web-component",
"polymer",
"navigation",
"bar",
"router"
],
"main": "wid-toolbar-menu.html",
"license": "MIT",
"homepage": "https://github.com/wid-la/wid-toolbar-menu",
"ignore": [
"/.*",
"/test/",
"/demo/"
],
"dependencies": {
"polymer": "Polymer/polymer#^1.0.0",
"paper-tabs": "PolymerElements/paper-tabs#~1.0.0",
"iron-selector": "PolymerElements/iron-selector#~1.0.2"
},
"devDependencies": {
"iron-component-page": "PolymerElements/iron-component-page#^1.0.0",
"web-component-tester": "*",
"iron-test-helpers": "PolymerElements/iron-test-helpers#~1.0.1",
"test-fixture": "PolymerElements/test-fixture#~1.0.0"
}
}