]> git.immae.eu Git - github/fretlink/node-dhall-json-bin.git/blobdiff - package.json
Version 1.6.1-1.29.0-3.0.0
[github/fretlink/node-dhall-json-bin.git] / package.json
index f81e02cf96ccb44af0e08b67df4a0b242f4d357a..78bd8f1a4b66454fb5de4540cce63be8507d1038 100644 (file)
@@ -1,8 +1,11 @@
 {
   "name": "dhall-json",
-  "version": "1.0.0",
+  "version": "1.6.1-1.29.0-3.0.0",
+  "dhall-version": "1.29.0",
+  "dhall-json-version": "1.6.1",
   "description": "NPM package for `dhall-json`, based on https://github.com/justinwoo/npm-psc-package-bin-simple.",
   "os": [
+    "darwin",
     "linux",
     "win32"
   ],
   ],
   "bin": {
     "dhall-to-json": "bin/dhall-to-json.exe",
-    "dhall-to-yaml": "bin/dhall-to-yaml.exe"
+    "dhall-to-yaml": "bin/dhall-to-yaml.exe",
+    "json-to-dhall": "bin/json-to-dhall.exe"
   },
   "scripts": {
     "preinstall": "node ./preinstall.js"
   },
   "repository": {
     "type": "git",
-    "url": "git+https://github.com/cyrilfretlink/node-dhall-json.git"
+    "url": "git+https://github.com/fretlink/node-dhall-json-bin.git"
   },
   "author": "FretLink",
   "bugs": {
-    "url": "https://github.com/cyrilfretlink/node-dhall-json/issues"
+    "url": "https://github.com/fretlink/node-dhall-json-bin/issues"
   },
-  "homepage": "https://github.com/cyrilfretlink/node-dhall-json#readme",
+  "homepage": "https://github.com/fretlink/node-dhall-json-bin#readme",
   "dependencies": {
     "follow-redirects": "^1.7.0",
+    "semver": "^6.0.0",
     "tar": "^4.4.8",
     "unbzip2-stream": "^1.3.3",
     "unzipper": "^0.9.12"