-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
33 lines (33 loc) · 969 Bytes
/
package.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
{
"description": "An extremly powerful and customizable switch that looks like a paper-icon-button built for the Polymer framework",
"keywords": [
"web-components",
"polymer",
"switch",
"icon",
"CSS animation"
],
"repository": {
"type": "git",
"url": "git://github.com/fxedel/toggle-icon.git"
},
"homepage": "http://fxedel.github.io/toggle-icon/toggle-icon/",
"name": "polymer-toggle-icon",
"version": "3.0.0",
"main": "toggle-icon.js",
"author": "Felix Edelmann",
"license": "MIT",
"dependencies": {
"@polymer/iron-checked-element-behavior": "^3.0.0",
"@polymer/paper-behaviors": "^3.0.0",
"@polymer/paper-icon-button": "^3.0.0",
"@polymer/paper-styles": "^3.0.0",
"@polymer/polymer": "^3.0.0"
},
"devDependencies": {
"@polymer/iron-component-page": "^4.0.0",
"@polymer/test-fixture": "^4.0.0",
"wct-browser-legacy": "^1.0.1",
"@webcomponents/webcomponentsjs": "^2.0.0"
}
}