-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
46 lines (46 loc) · 1.3 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-component-factory/vcf-breadcrumbs",
"version": "1.0.1",
"description": "vcf-breadcrumbs",
"main": "vcf-breadcrumbs.html",
"repository": {
"type": "git",
"url": "git+https://github.com/vaadin-component-factory/vcf-breadcrumb.git"
},
"keywords": [
"Vaadin",
"vcf-breadcrumbs",
"web-components",
"web-component",
"polymer"
],
"author": "Vaadin Ltd",
"license": "https://raw.githubusercontent.com/vaadin-component-factory/vcf-breadcrumb/master/LICENSE",
"bugs": {
"url": "https://github.com/vaadin/vcf-breadcrumbs/issues"
},
"homepage": "https://vaadin.com/components",
"scripts": {
"test": "wct",
"analyze": "polymer analyze vcf-breadcrumbs.html > analysis.json",
"preversion": "gulp version:update"
},
"devDependencies": {
"eslint": "^4.13.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": "^7.0.0",
"stylelint": "^9.0.0",
"stylelint-config-vaadin": "latest",
"web-component-tester": "^6.1.5"
}
}