main
Last change
on this file since d565449 was d565449, checked in by stefan toskovski <stefantoska84@…>, 4 weeks ago |
Update repo after prototype presentation
|
-
Property mode
set to
100644
|
File size:
1.0 KB
|
Line | |
---|
1 | {
|
---|
2 | "name": "electron-to-chromium",
|
---|
3 | "version": "1.5.4",
|
---|
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 && codecov"
|
---|
22 | },
|
---|
23 | "repository": {
|
---|
24 | "type": "git",
|
---|
25 | "url": "https://github.com/kilian/electron-to-chromium/"
|
---|
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": "^5.1.1",
|
---|
38 | "codecov": "^3.8.2",
|
---|
39 | "compare-versions": "^6.0.0-rc.1",
|
---|
40 | "node-fetch": "^3.3.0",
|
---|
41 | "nyc": "^15.1.0",
|
---|
42 | "shelljs": "^0.8.5"
|
---|
43 | }
|
---|
44 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.