]> git.immae.eu Git - github/fretlink/node-dhall-json-bin.git/blame - package.json
Download `dhall-json` from `dhall-lang/dhall-haskell` releases
[github/fretlink/node-dhall-json-bin.git] / package.json
CommitLineData
a4e6dec5
CS
1{
2 "name": "dhall-json",
3 "version": "1.0.0",
4 "description": "NPM package for `dhall-json`, based on https://github.com/justinwoo/npm-psc-package-bin-simple.",
5 "os": [
6 "linux"
7 ],
8 "cpu": [
9 "x64"
10 ],
11 "files": [
12 "preinstall.js"
13 ],
14 "bin": {
15 "dhall-to-json": "bin/dhall-to-json",
16 "dhall-to-yaml": "bin/dhall-to-yaml"
17 },
18 "scripts": {
19 "preinstall": "node ./preinstall.js"
20 },
21 "repository": {
22 "type": "git",
23 "url": "git+https://github.com/cyrilfretlink/node-dhall-json.git"
24 },
25 "author": "FretLink",
26 "bugs": {
27 "url": "https://github.com/cyrilfretlink/node-dhall-json/issues"
28 },
29 "homepage": "https://github.com/cyrilfretlink/node-dhall-json#readme",
30 "dependencies": {
31 "follow-redirects": "^1.7.0",
32 "tar": "^4.4.8",
33 "unbzip2-stream": "^1.3.3"
34 }
35}