-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
39 lines (39 loc) · 1008 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
37
38
39
{
"name": "@vaadin/vaadin-lumo-styles",
"version": "1.6.1",
"description": "Lumo is a design system foundation for modern web applications, used by Vaadin components",
"main": "all-imports.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/components",
"files": [
"*.js",
"mixins/*.js",
"presets/*.js",
"!wdio.conf.js"
],
"scripts": {
"test": "wct",
"prestart": "polymer analyze vaadin-* > analysis.json",
"start": "polymer serve --port 3000 --open",
"preversion": "gulp version:update"
},
"devDependencies": {
"@vaadin/vaadin-component-dev-dependencies": "^2.0.0",
"gulp-iconfont": "^10.0.3",
"gulp-sort": "^2.0.0",
"gulp-svgmin": "^1.2.4"
}
}