-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.32 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
{
"name": "@elifent/paper-datepicker",
"description": "Polymer 3 date picker element",
"version": "3.0.3",
"main": "paper-datepicker.js",
"keywords": [
"polymer.js",
"date picker",
"calendar",
"web-components"
],
"author": "[email protected]",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/elifent/paper-datepicker.git"
},
"bugs": {
"url": "https://github.com/elifent/paper-datepicker/issues"
},
"homepage": "https://github.com/elifent/paper-datepicker#readme",
"dependencies": {
"@polymer/iron-flex-layout": "^3.0.1",
"@polymer/iron-icons": "^3.0.1",
"@polymer/iron-list": "^3.0.2",
"@polymer/neon-animation": "^3.0.1",
"@polymer/paper-button": "^3.0.1",
"@polymer/paper-dialog": "^3.0.1",
"@polymer/paper-icon-button": "^3.0.2",
"@polymer/paper-input": "^3.0.2",
"@polymer/paper-item": "^3.0.1",
"@polymer/paper-ripple": "^3.0.1",
"@polymer/paper-styles": "^3.0.1",
"@polymer/polymer": "^3.0.0",
"moment": "^2.24.0",
"web-animations-js": "^2.3.2"
},
"devDependencies": {
"@polymer/iron-demo-helpers": "^3.0.0-pre.19",
"@polymer/test-fixture": "^4.0.2",
"@webcomponents/webcomponentsjs": "^2.0.0",
"chai": "^4.2.0",
"mocha": "^5.2.0",
"wct-mocha": "^1.0.0-pre.3"
}
}