forked from vaadin/vaadin-combo-box
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 923 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
35
36
{
"name": "vaadin-combo-box",
"version": "1.3.3",
"description": "Polymer element for displaying a list of items with filtering",
"main": "vaadin-combo-box.html",
"repository": "vaadin/vaadin-combo-box",
"keywords": [
"Vaadin",
"combo-box",
"web-components",
"web-component",
"polymer"
],
"author": "Vaadin Ltd",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/vaadin/vaadin-combo-box/issues"
},
"homepage": "https://vaadin.com/elements",
"devDependencies": {
"eslint-plugin-html": "^1.7.0",
"eslint-config-vaadin": "^0.1.0",
"bower": "latest",
"polymer-cli": "next",
"gulp": "latest",
"gulp-html-extract": "^0.1.0",
"gulp-eslint": "^3.0.1",
"gulp-stylelint": "^3.7.0",
"stylelint-config-vaadin": "^0.1.0",
"wct-random-output": "^0.1.1",
"web-component-tester": "^5.0.0"
},
"scripts": {
"test": "wct"
}
}