]> git.immae.eu Git - github/fretlink/node-dhall-json-bin.git/blob - package.json
Version 1.6.4-1.32.0-3.0.0
[github/fretlink/node-dhall-json-bin.git] / package.json
1 {
2 "name": "dhall-json",
3 "version": "1.6.4-1.32.0-3.0.0",
4 "dhall-version": "1.32.0",
5 "dhall-json-version": "1.6.4",
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 },
23 "scripts": {
24 "preinstall": "node ./preinstall.js"
25 },
26 "repository": {
27 "type": "git",
28 "url": "git+https://github.com/fretlink/node-dhall-json-bin.git"
29 },
30 "author": "FretLink",
31 "bugs": {
32 "url": "https://github.com/fretlink/node-dhall-json-bin/issues"
33 },
34 "homepage": "https://github.com/fretlink/node-dhall-json-bin#readme",
35 "dependencies": {
36 "follow-redirects": "^1.7.0",
37 "semver": "^6.0.0",
38 "tar": "^4.4.8",
39 "unbzip2-stream": "^1.3.3",
40 "unzipper": "^0.9.12"
41 }
42 }