forked from vaadin/vaadin-date-picker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 901 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
34
{
"name": "vaadin-date-picker",
"version": "1.2.1",
"description": "Polymer element providing a date selection field with scrollable month calendar",
"main": "vaadin-date-picker.html",
"repository": "vaadin/vaadin-date-picker",
"keywords": [
"Vaadin",
"date-picker",
"web-components",
"web-component",
"polymer"
],
"author": "Vaadin Ltd",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/vaadin/vaadin-date-picker/issues"
},
"homepage": "https://vaadin.com/elements",
"scripts": {
"test": "wct"
},
"devDependencies": {
"eslint-plugin-html": "^1.7.0",
"eslint-config-vaadin": "^0.1.0",
"gulp": "latest",
"gulp-eslint": "^3.0.1",
"gulp-html-extract": "^0.0.3",
"gulp-stylelint": "^3.7.0",
"stylelint-config-vaadin": "^0.1.0",
"wct-random-output": "^0.1.1",
"web-component-tester": "^5.0.0"
}
}