-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 2.33 KB
/
package.json
File metadata and controls
70 lines (70 loc) · 2.33 KB
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "common-custom-elements",
"version": "1.0.0",
"description": "Web Components Custom Elements built with Polymer 3",
"repository": {
"type": "git",
"url": "https://github.com/opus1269/common-custom-elements.git"
},
"author": {
"name": "Michael A. Updike",
"email": "igreilly1269@gmail.com"
},
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/opus1269/common-custom-elements/issues"
},
"homepage": "https://github.com/opus1269/common-custom-elements",
"private": true,
"devDependencies": {
"eslint": "^5.16.0",
"eslint-config-google": "^0.13.0",
"eslint-plugin-html": "^3.2.2",
"eslint-plugin-promise": "^3.6.0",
"gulp": "^4.0.0",
"gulp-eslint": "^4.0.0",
"gulp-plumber": "^1.1.0",
"gulp-tslint": "^8.1.4",
"gulp-typedoc": "^2.2.2",
"gulp-typescript": "^5.0.1",
"tslint": "^5.16.0",
"typedoc": "^0.14.2",
"typedoc-plugin-external-module-name": "^2.0.0",
"typescript": "^3.4.5"
},
"dependencies": {
"@polymer/app-layout": "^3.0.2",
"@polymer/app-storage": "^3.0.2",
"@polymer/decorators": "^3.0.0",
"@polymer/iron-flex-layout": "^3.0.1",
"@polymer/iron-icon": "^3.0.1",
"@polymer/iron-image": "^3.0.2",
"@polymer/iron-label": "^3.0.1",
"@polymer/iron-list": "^3.0.2",
"@polymer/iron-pages": "^3.0.1",
"@polymer/neon-animation": "^3.0.1",
"@polymer/paper-button": "^3.0.1",
"@polymer/paper-checkbox": "^3.1.0",
"@polymer/paper-dialog": "^3.0.1",
"@polymer/paper-dialog-scrollable": "^3.0.1",
"@polymer/paper-dropdown-menu": "^3.0.1",
"@polymer/paper-icon-button": "^3.0.2",
"@polymer/paper-input": "^3.0.2",
"@polymer/paper-item": "^3.0.1",
"@polymer/paper-listbox": "^3.0.1",
"@polymer/paper-material": "^3.0.1",
"@polymer/paper-radio-button": "^3.0.1",
"@polymer/paper-radio-group": "^3.0.1",
"@polymer/paper-slider": "^3.0.1",
"@polymer/paper-spinner": "^3.0.2",
"@polymer/paper-styles": "^3.0.1",
"@polymer/paper-tabs": "^3.1.0",
"@polymer/paper-toggle-button": "^3.0.1",
"@polymer/paper-tooltip": "^3.0.1",
"@polymer/polymer": "^3.2.0",
"@webcomponents/webcomponentsjs": "^2.2.10",
"web-animations-js": "^2.3.1",
"@types/chrome": "^0.0.85",
"@opus1269/chrome-ext-utils": "github:opus1269/chrome-ext-utils#v1.6.0"
}
}