diff options
author | LinuxWizard42 <computerwizard@linuxmail.org> | 2022-10-12 23:08:57 +0300 |
---|---|---|
committer | LinuxWizard42 <computerwizard@linuxmail.org> | 2022-10-12 23:08:57 +0300 |
commit | 726b81b19251674e149ccfbb1abacbd837fc6db0 (patch) | |
tree | fbdbb227dc01357eb76e8222d76185bc124c5ca6 /node_modules/electron-osx-sign/package.json | |
parent | 34f0890e175698940d49238097579f44e4d78c89 (diff) | |
download | FlashRunner-726b81b19251674e149ccfbb1abacbd837fc6db0.tar.gz FlashRunner-726b81b19251674e149ccfbb1abacbd837fc6db0.tar.zst |
Removed files that should not have been included in git
Diffstat (limited to 'node_modules/electron-osx-sign/package.json')
-rw-r--r-- | node_modules/electron-osx-sign/package.json | 53 |
1 files changed, 0 insertions, 53 deletions
diff --git a/node_modules/electron-osx-sign/package.json b/node_modules/electron-osx-sign/package.json deleted file mode 100644 index c96b9d9..0000000 --- a/node_modules/electron-osx-sign/package.json +++ /dev/null @@ -1,53 +0,0 @@ -{ - "name": "electron-osx-sign", - "version": "0.5.0", - "description": "Codesign Electron macOS apps", - "main": "index.js", - "bin": { - "electron-osx-flat": "bin/electron-osx-flat.js", - "electron-osx-sign": "bin/electron-osx-sign.js" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/electron-userland/electron-osx-sign.git" - }, - "author": "sethlu", - "license": "BSD-2-Clause", - "bugs": { - "url": "https://github.com/electron-userland/electron-osx-sign/issues" - }, - "homepage": "https://github.com/electron-userland/electron-osx-sign", - "dependencies": { - "bluebird": "^3.5.0", - "compare-version": "^0.1.2", - "debug": "^2.6.8", - "isbinaryfile": "^3.0.2", - "minimist": "^1.2.0", - "plist": "^3.0.1" - }, - "devDependencies": { - "electron-download": "^4.1.0", - "eslint": "^4.2.0", - "eslint-config-eslint": "^4.0.0", - "extract-zip": "^1.6.5", - "mkdirp": "^0.5.1", - "rimraf": "^2.6.1", - "run-series": "^1.1.4", - "run-waterfall": "^1.1.3", - "standard": "^10.0.2", - "tape": "^4.7.0" - }, - "scripts": { - "code-standard": "standard", - "pretest": "rimraf test/work", - "test": "standard && tape test" - }, - "standard": { - "ignore": [ - "test/work" - ] - }, - "engines": { - "node": ">=4.0.0" - } -} |