]> git.immae.eu Git - github/fretlink/node-dhall-json-bin.git/blobdiff - package.json
Download `dhall-json` from `dhall-lang/dhall-haskell` releases
[github/fretlink/node-dhall-json-bin.git] / package.json
diff --git a/package.json b/package.json
new file mode 100644 (file)
index 0000000..c9f735e
--- /dev/null
@@ -0,0 +1,35 @@
+{
+  "name": "dhall-json",
+  "version": "1.0.0",
+  "description": "NPM package for `dhall-json`, based on https://github.com/justinwoo/npm-psc-package-bin-simple.",
+  "os": [
+    "linux"
+  ],
+  "cpu": [
+    "x64"
+  ],
+  "files": [
+    "preinstall.js"
+  ],
+  "bin": {
+    "dhall-to-json": "bin/dhall-to-json",
+    "dhall-to-yaml": "bin/dhall-to-yaml"
+  },
+  "scripts": {
+    "preinstall": "node ./preinstall.js"
+  },
+  "repository": {
+    "type": "git",
+    "url": "git+https://github.com/cyrilfretlink/node-dhall-json.git"
+  },
+  "author": "FretLink",
+  "bugs": {
+    "url": "https://github.com/cyrilfretlink/node-dhall-json/issues"
+  },
+  "homepage": "https://github.com/cyrilfretlink/node-dhall-json#readme",
+  "dependencies": {
+    "follow-redirects": "^1.7.0",
+    "tar": "^4.4.8",
+    "unbzip2-stream": "^1.3.3"
+  }
+}