]> git.immae.eu Git - github/fretlink/node-dhall-json-bin.git/blob - package.json
Version 1.5.0-1.27.0-2.0.0
[github/fretlink/node-dhall-json-bin.git] / package.json
1 {
2 "name": "dhall-json",
3 "version": "1.5.0-1.27.0-2.0.0",
4 "dhall-version": "1.27.0",
5 "dhall-json-version": "1.5.0",
6 "description": "NPM package for `dhall-json`, based on https://github.com/justinwoo/npm-psc-package-bin-simple.",
7 "os": [
8 "darwin",
9 "linux",
10 "win32"
11 ],
12 "cpu": [
13 "x64"
14 ],
15 "files": [
16 "preinstall.js"
17 ],
18 "bin": {
19 "dhall-to-json": "bin/dhall-to-json.exe",
20 "dhall-to-yaml": "bin/dhall-to-yaml.exe",
21 "json-to-dhall": "bin/json-to-dhall.exe",
22 "yaml-to-dhall": "bin/yaml-to-dhall.exe"
23 },
24 "scripts": {
25 "preinstall": "node ./preinstall.js"
26 },
27 "repository": {
28 "type": "git",
29 "url": "git+https://github.com/fretlink/node-dhall-json-bin.git"
30 },
31 "author": "FretLink",
32 "bugs": {
33 "url": "https://github.com/fretlink/node-dhall-json-bin/issues"
34 },
35 "homepage": "https://github.com/fretlink/node-dhall-json-bin#readme",
36 "dependencies": {
37 "follow-redirects": "^1.7.0",
38 "semver": "^6.0.0",
39 "tar": "^4.4.8",
40 "unbzip2-stream": "^1.3.3",
41 "unzipper": "^0.9.12"
42 }
43 }