You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
42 lines
1012 B
42 lines
1012 B
{ |
|
"name": "electron-to-chromium", |
|
"version": "1.4.76", |
|
"description": "Provides a list of electron-to-chromium version mappings", |
|
"main": "index.js", |
|
"files": [ |
|
"versions.js", |
|
"full-versions.js", |
|
"chromium-versions.js", |
|
"full-chromium-versions.js", |
|
"versions.json", |
|
"full-versions.json", |
|
"chromium-versions.json", |
|
"full-chromium-versions.json", |
|
"LICENSE" |
|
], |
|
"scripts": { |
|
"build": "node build.js", |
|
"update": "node automated-update.js", |
|
"test": "nyc ava --verbose", |
|
"report": "nyc report --reporter=text-lcov > coverage.lcov && codecov" |
|
}, |
|
"repository": { |
|
"type": "git", |
|
"url": "https://github.com/kilian/electron-to-chromium/" |
|
}, |
|
"keywords": [ |
|
"electron", |
|
"chrome", |
|
"browserlist" |
|
], |
|
"author": "Kilian Valkhof", |
|
"license": "ISC", |
|
"devDependencies": { |
|
"ava": "^4.0.1", |
|
"codecov": "^3.8.0", |
|
"electron-releases": "^3.954.0", |
|
"nyc": "^15.1.0", |
|
"request": "^2.65.0", |
|
"shelljs": "^0.8.4" |
|
} |
|
}
|
|
|