forked from vaadin/vaadin-select
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.16 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
{
"name": "vaadin-dropdown-menu",
"version": "1.0.0-alpha10",
"description": "vaadin-dropdown-menu",
"main": "vaadin-dropdown-menu.html",
"repository": "vaadin/vaadin-dropdown-menu",
"keywords": [
"Vaadin",
"vaadin-dropdown-menu",
"web-components",
"web-component",
"polymer"
],
"author": "Vaadin Ltd",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/vaadin/vaadin-dropdown-menu/issues"
},
"homepage": "https://vaadin.com/elements",
"scripts": {
"test": "wct",
"preversion": "gulp version:update"
},
"devDependencies": {
"bower": "latest",
"eslint": "^4.0.0",
"eslint-config-vaadin": "latest",
"eslint-plugin-html": "^4.0.0",
"gulp": "latest",
"gulp-clip-empty-files": "^0.1.2",
"gulp-eslint": "^4.0.0",
"gulp-expect-file": "0.0.7",
"gulp-find": "0.0.10",
"gulp-git": "^2.4.2",
"gulp-grep-contents": "0.0.1",
"gulp-html-extract": "^0.3.0",
"gulp-replace": "^0.6.1",
"gulp-stylelint": "^6.0.0",
"polymer-cli": "^1.2.0",
"stylelint": "^8.0.0",
"stylelint-config-vaadin": "latest",
"web-component-tester": "^6.1.5",
"yargs": "latest"
}
}