34 lines
847 B
JSON
34 lines
847 B
JSON
{
|
|
"name": "electron-download",
|
|
"version": "1.4.1",
|
|
"description": "download electron prebuilt binary zips from github releases",
|
|
"main": "index.js",
|
|
"bin": "cli.js",
|
|
"scripts": {
|
|
"test": "standard && node test.js && node test_symbols.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/maxogden/electron-download.git"
|
|
},
|
|
"author": "max ogden",
|
|
"license": "BSD-3-Clause",
|
|
"bugs": {
|
|
"url": "https://github.com/maxogden/electron-download/issues"
|
|
},
|
|
"homepage": "https://github.com/maxogden/electron-download#readme",
|
|
"dependencies": {
|
|
"debug": "^2.2.0",
|
|
"home-path": "^1.0.1",
|
|
"minimist": "^1.2.0",
|
|
"mkdirp": "^0.5.0",
|
|
"mv": "^2.0.3",
|
|
"nugget": "^1.5.1",
|
|
"path-exists": "^1.0.0",
|
|
"rc": "^1.1.2"
|
|
},
|
|
"devDependencies": {
|
|
"standard": "^3.11.1"
|
|
}
|
|
}
|