]> git.immae.eu Git - github/fretlink/node-dhall-json-bin.git/blob - package.json
f81e02cf96ccb44af0e08b67df4a0b242f4d357a
[github/fretlink/node-dhall-json-bin.git] / package.json
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 "win32"
8 ],
9 "cpu": [
10 "x64"
11 ],
12 "files": [
13 "preinstall.js"
14 ],
15 "bin": {
16 "dhall-to-json": "bin/dhall-to-json.exe",
17 "dhall-to-yaml": "bin/dhall-to-yaml.exe"
18 },
19 "scripts": {
20 "preinstall": "node ./preinstall.js"
21 },
22 "repository": {
23 "type": "git",
24 "url": "git+https://github.com/cyrilfretlink/node-dhall-json.git"
25 },
26 "author": "FretLink",
27 "bugs": {
28 "url": "https://github.com/cyrilfretlink/node-dhall-json/issues"
29 },
30 "homepage": "https://github.com/cyrilfretlink/node-dhall-json#readme",
31 "dependencies": {
32 "follow-redirects": "^1.7.0",
33 "tar": "^4.4.8",
34 "unbzip2-stream": "^1.3.3",
35 "unzipper": "^0.9.12"
36 }
37 }