aboutsummaryrefslogtreecommitdiffhomepage
path: root/package.json
blob: e01f821ce6e2c028ff089a5cacd411902220feaa (plain) (blame)
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
{
  "name": "dhall-json",
  "version": "1.0.1",
  "description": "NPM package for `dhall-json`, based on https://github.com/justinwoo/npm-psc-package-bin-simple.",
  "os": [
    "darwin",
    "linux",
    "win32"
  ],
  "cpu": [
    "x64"
  ],
  "files": [
    "preinstall.js"
  ],
  "bin": {
    "dhall-to-json": "bin/dhall-to-json.exe",
    "dhall-to-yaml": "bin/dhall-to-yaml.exe",
    "json-to-dhall": "bin/json-to-dhall.exe",
    "yaml-to-dhall": "bin/yaml-to-dhall.exe"
  },
  "scripts": {
    "preinstall": "node ./preinstall.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/fretlink/node-dhall-json-bin.git"
  },
  "author": "FretLink",
  "bugs": {
    "url": "https://github.com/fretlink/node-dhall-json-bin/issues"
  },
  "homepage": "https://github.com/fretlink/node-dhall-json-bin#readme",
  "dependencies": {
    "follow-redirects": "^1.7.0",
    "semver": "^6.0.0",
    "tar": "^4.4.8",
    "unbzip2-stream": "^1.3.3",
    "unzipper": "^0.9.12"
  }
}