-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
39 lines (39 loc) · 974 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-material-styles",
"version": "1.3.2",
"description": "Vaadin Material is a complete theme for Vaadin components, inspired by Google’s Material Design guidelines.",
"main": "all-imports.js",
"repository": "vaadin/vaadin-material-styles",
"keywords": [
"vaadin",
"material",
"theme",
"design-system",
"web-components",
"web-component",
"polymer"
],
"author": "Vaadin Ltd",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/vaadin/vaadin-material-styles/issues"
},
"homepage": "https://vaadin.com/themes",
"files": [
"*.js",
"mixins/*.js",
"!wdio.conf.js"
],
"scripts": {
"icons": "gulp icons",
"lint": "gulp lint",
"test": "wct",
"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"
}
}