forked from vaadin/vaadin-grid
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.19 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": "vaadin-grid",
"version": "4.1.0-alpha1",
"description": "A free, flexible and high-quality Web Component for showing large amounts of tabular data",
"author": "Vaadin Ltd",
"license": "Apache-2.0",
"repository": "vaadin/vaadin-grid",
"bugs": {
"url": "https://github.com/vaadin/vaadin-grid/issues"
},
"homepage": "https://vaadin.com/elements",
"devDependencies": {
"bower": "latest",
"coveralls": "2.11.3",
"eslint": "^3.19.0",
"eslint-config-vaadin": "latest",
"eslint-plugin-html": "^2.0.0",
"gulp": "latest",
"gulp-eslint": "^3.0.1",
"gulp-html-extract": "^0.3.0",
"gulp-stylelint": "^3.7.0",
"polymer-cli": "^0.18.0",
"stylelint": "^7.10.0",
"stylelint-config-vaadin": "latest",
"wct-random-output": "^0.1.1",
"web-component-tester": "6.1.5",
"web-component-tester-istanbul": "https://github.com/t2ym/web-component-tester-istanbul/tarball/0.10.1",
"yargs": "^8.0.0"
},
"scripts": {
"test": "wct"
},
"keywords": [
"vaadin",
"elements",
"components",
"webcomponents",
"web-components",
"gwt",
"grid",
"datagrid",
"datatable",
"data-grid",
"data-table"
]
}