-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathbower.json
35 lines (35 loc) · 842 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
{
"name": "iron-accordions",
"version": "1.1.0",
"authors": [
"Ali Jaya Meilio Lie <[email protected]>"
],
"description": "An element providing a solution to no problem in particular.",
"keywords": [
"web-components",
"polymer",
"accordions",
"accordion",
"layout"
],
"main": "iron-accordions.html",
"license": "http://polymer.github.io/LICENSE.txt",
"homepage": "http://alijaya.github.io/iron-accordions/components/iron-accordions/",
"repository": {
"type": "git",
"url": "git://github.com/alijaya/iron-accordions.git"
},
"ignore": [
"/.*",
"/test/"
],
"dependencies": {
"polymer": "^2.2.0",
"iron-collapse": "^2.0.0",
"iron-selector": "^2.0.1"
},
"devDependencies": {
"iron-component-page": "^2.0.0",
"web-component-tester": "^3.4.0"
}
}