forked from vaadin/vaadin-lumo-styles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.38 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
47
48
49
50
{
"name": "vaadin-lumo-styles",
"version": "1.0.0-alpha3",
"description": "Lumo is a design system foundation for modern web applications, used by Vaadin Elements",
"main": "lumo.html",
"repository": "vaadin/vaadin-lumo-styles",
"keywords": [
"vaadin",
"lumo",
"design-system",
"web-components",
"web-component",
"polymer"
],
"author": "Vaadin Ltd",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/vaadin/vaadin-lumo-styles/issues"
},
"homepage": "https://vaadin.com/elements",
"scripts": {
"test": "wct",
"preversion": "gulp version:update"
},
"devDependencies": {
"bower": "latest",
"eslint": "^3.11.1",
"eslint-config-vaadin": "latest",
"eslint-plugin-html": "^2.0.0",
"gulp": "latest",
"gulp-clip-empty-files": "^0.1.2",
"gulp-eslint": "^3.0.1",
"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": "^3.7.0",
"polyserve": "^0.19.1",
"stylelint": "7.10.1",
"stylelint-config-vaadin": "latest",
"wdio-mocha-framework": "^0.5.10",
"wdio-sauce-service": "^0.4.0",
"wdio-static-server-service": "^1.0.1",
"wdio-visual-regression-service": "^0.8.0",
"web-component-tester": "^6.0.0",
"webdriverio": "^4.8.0"
}
}