-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
54 lines (54 loc) · 1.43 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
51
52
53
54
{
"name": "@vaadin/vaadin-usage-statistics",
"version": "2.1.3",
"description": "Gathers usage statistics for components used during application development",
"directories": {
"test": "test"
},
"main": "vaadin-usage-statistics.html",
"type": "module",
"engines": {
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
},
"devDependencies": {
"bower": "^1.8.2",
"fs-extra": "^7.0.0",
"gulp": "^4.0.2",
"gulp-cli": "^2.3.0",
"husky": "^0.14.3",
"web-component-tester": "^6.9.2",
"babel-core": "^6.26.3",
"babel-plugin-external-helpers": "^6.22.0",
"babel-preset-env": "^1.7.0",
"rollup": "^2.79.2",
"rollup-plugin-babel": "^3.0.4"
},
"scripts": {
"test": "wct",
"transpile": "rollup -c",
"precommit": "gulp auto-amend-commit"
},
"repository": "vaadin/vaadin-usage-statistics",
"browserslist": [
"last 2 Chrome major versions",
"last 2 Android major versions",
"last 2 Firefox major versions",
"last 2 Edge major versions",
"last 2 Safari major versions",
"last 2 iOS major versions",
"Safari 9",
"iOS 9",
"IE 11"
],
"files": [
"vaadin-usage-statistics-collect.js",
"vaadin-usage-statistics-optout.js",
"check.cjs"
],
"author": "Vaadin Ltd",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/vaadin/vaadin-usage-statistics/issues"
},
"homepage": "https://github.com/vaadin/vaadin-usage-statistics#readme"
}