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