summaryrefslogtreecommitdiff
path: root/node_modules/electron-osx-sign/package.json
blob: c96b9d90529465b0b26e28c5c91bdf0459978899 (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
  "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"
  }
}