source: frontend/node_modules/electron-to-chromium/package.json

Last change on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 12 days ago

Fix frontend appearance

  • Property mode set to 100644
File size: 1021 bytes
RevLine 
[9af201e]1{
2 "name": "electron-to-chromium",
3 "version": "1.5.360",
4 "description": "Provides a list of electron-to-chromium version mappings",
5 "main": "index.js",
6 "files": [
7 "versions.js",
8 "full-versions.js",
9 "chromium-versions.js",
10 "full-chromium-versions.js",
11 "versions.json",
12 "full-versions.json",
13 "chromium-versions.json",
14 "full-chromium-versions.json",
15 "LICENSE"
16 ],
17 "scripts": {
18 "build": "node build.mjs",
19 "update": "node automated-update.js",
20 "test": "nyc ava --verbose",
21 "report": "nyc report --reporter=text-lcov > coverage.lcov"
22 },
23 "repository": {
24 "type": "git",
25 "url": "git+https://github.com/Kilian/electron-to-chromium.git"
26 },
27 "keywords": [
28 "electron",
29 "chrome",
30 "chromium",
31 "browserslist",
32 "browserlist"
33 ],
34 "author": "Kilian Valkhof",
35 "license": "ISC",
36 "devDependencies": {
37 "ava": "^7.0.0",
38 "compare-versions": "^6.1.1",
39 "node-fetch": "^3.3.2",
40 "nyc": "^18.0.0",
41 "shelljs": "^0.10.0"
42 }
43}
Note: See TracBrowser for help on using the repository browser.