Last change
on this file since 6a80231 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
901 bytes
|
Rev | Line | |
---|
[6a3a178] | 1 | {
|
---|
| 2 | "name": "electron-to-chromium",
|
---|
| 3 | "version": "1.3.864",
|
---|
| 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 | "LICENSE"
|
---|
| 12 | ],
|
---|
| 13 | "scripts": {
|
---|
| 14 | "build": "node build.js",
|
---|
| 15 | "update": "node automated-update.js",
|
---|
| 16 | "test": "nyc ava --verbose",
|
---|
| 17 | "report": "nyc report --reporter=text-lcov > coverage.lcov && codecov"
|
---|
| 18 | },
|
---|
| 19 | "repository": {
|
---|
| 20 | "type": "git",
|
---|
| 21 | "url": "https://github.com/kilian/electron-to-chromium/"
|
---|
| 22 | },
|
---|
| 23 | "keywords": [
|
---|
| 24 | "electron",
|
---|
| 25 | "chrome",
|
---|
| 26 | "browserlist"
|
---|
| 27 | ],
|
---|
| 28 | "author": "Kilian Valkhof",
|
---|
| 29 | "license": "ISC",
|
---|
| 30 | "devDependencies": {
|
---|
| 31 | "ava": "^3.8.2",
|
---|
| 32 | "codecov": "^3.8.0",
|
---|
| 33 | "electron-releases": "^3.823.0",
|
---|
| 34 | "nyc": "^15.1.0",
|
---|
| 35 | "request": "^2.88.0",
|
---|
| 36 | "shelljs": "^0.8.4"
|
---|
| 37 | }
|
---|
| 38 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.