]> git.immae.eu Git - github/fretlink/node-dhall-json-bin.git/blame - package.json
Version 1.5.0-1.27.0-2.0.0
[github/fretlink/node-dhall-json-bin.git] / package.json
CommitLineData
a4e6dec5
CS
1{
2 "name": "dhall-json",
012ac2ef 3 "version": "1.5.0-1.27.0-2.0.0",
e0edd3ed
CS
4 "dhall-version": "1.27.0",
5 "dhall-json-version": "1.5.0",
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",
17386afd
CS
21 "json-to-dhall": "bin/json-to-dhall.exe",
22 "yaml-to-dhall": "bin/yaml-to-dhall.exe"
a4e6dec5
CS
23 },
24 "scripts": {
25 "preinstall": "node ./preinstall.js"
26 },
27 "repository": {
28 "type": "git",
8a8fafde 29 "url": "git+https://github.com/fretlink/node-dhall-json-bin.git"
a4e6dec5
CS
30 },
31 "author": "FretLink",
32 "bugs": {
8a8fafde 33 "url": "https://github.com/fretlink/node-dhall-json-bin/issues"
a4e6dec5 34 },
8a8fafde 35 "homepage": "https://github.com/fretlink/node-dhall-json-bin#readme",
a4e6dec5
CS
36 "dependencies": {
37 "follow-redirects": "^1.7.0",
6337a3be 38 "semver": "^6.0.0",
a4e6dec5 39 "tar": "^4.4.8",
03aaa7d3
CS
40 "unbzip2-stream": "^1.3.3",
41 "unzipper": "^0.9.12"
a4e6dec5
CS
42 }
43}