-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
49 lines (49 loc) · 1.38 KB
/
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"description": "Polymer components for building web apps.",
"keywords": [
"polymer",
"element",
"h2-element"
],
"repository": {
"type": "git",
"url": "git://github.com/isuwang/h2-elements.git"
},
"homepage": "https://github.com/isuwang/h2-elements",
"name": "@polymer/h2-elements",
"version": "1.0.0",
"resolutions": {
"inherits": "2.0.3",
"samsam": "1.1.3",
"supports-color": "3.1.2",
"type-detect": "1.0.0"
},
"contributors": [
"wangzx <[email protected]>",
"WahsonLeung <[email protected]>"
],
"license": "MIT",
"dependencies": {
"@polymer/iron-collapse": "^3.0.0",
"@polymer/iron-icon": "^3.0.0",
"@polymer/iron-icons": "^3.0.0",
"@polymer/iron-input": "^3.0.0",
"@polymer/iron-overlay-behavior": "^3.0.0",
"@polymer/iron-selector": "^3.0.0",
"@polymer/neon-animation": "^3.0.0",
"@polymer/paper-behaviors": "^3.0.1",
"@polymer/paper-button": "^3.0.0",
"@polymer/paper-checkbox": "^3.0.0",
"@polymer/paper-dialog": "^3.0.0",
"@polymer/paper-dialog-scrollable": "^3.0.0",
"@polymer/paper-input": "^3.0.0",
"@polymer/polymer": "^3.0.0",
"web-animations-js": "^2.3.1"
},
"devDependencies": {
"@polymer/iron-component-page": "^4.0.0",
"@polymer/iron-demo-helpers": "^3.1.0",
"@webcomponents/webcomponentsjs": "^2.0.0",
"wct-browser-legacy": "^1.0.1"
}
}