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