]> git.immae.eu Git - github/fretlink/node-dhall-json-bin.git/blobdiff - package.json
Transfer the repository to fretlink
[github/fretlink/node-dhall-json-bin.git] / package.json
index f81e02cf96ccb44af0e08b67df4a0b242f4d357a..208e9badbe660c7bb9bf9b460ac67dcf2c48691f 100644 (file)
   ],
   "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.git"
   },
   "author": "FretLink",
   "bugs": {
-    "url": "https://github.com/cyrilfretlink/node-dhall-json/issues"
+    "url": "https://github.com/fretlink/node-dhall-json/issues"
   },
-  "homepage": "https://github.com/cyrilfretlink/node-dhall-json#readme",
+  "homepage": "https://github.com/fretlink/node-dhall-json#readme",
   "dependencies": {
     "follow-redirects": "^1.7.0",
+    "semver": "^6.0.0",
     "tar": "^4.4.8",
     "unbzip2-stream": "^1.3.3",
     "unzipper": "^0.9.12"