aboutsummaryrefslogtreecommitdiffhomepage
path: root/package.json
diff options
context:
space:
mode:
authorCyril Sobierajewicz <cyril.sobierajewicz@fretlink.com>2019-05-17 13:39:14 +0200
committerCyril Sobierajewicz <cyril.sobierajewicz@fretlink.com>2019-05-20 13:51:27 +0200
commita4e6dec5fcffa5d51a96722a07668bab02336d5f (patch)
tree07c8178054cab431d6347c21ca7298248c45845a /package.json
parentad22b841da176ee40686f04cc70ceaca51da1925 (diff)
downloadnode-dhall-json-bin-a4e6dec5fcffa5d51a96722a07668bab02336d5f.tar.gz
node-dhall-json-bin-a4e6dec5fcffa5d51a96722a07668bab02336d5f.tar.zst
node-dhall-json-bin-a4e6dec5fcffa5d51a96722a07668bab02336d5f.zip
Download `dhall-json` from `dhall-lang/dhall-haskell` releases
Diffstat (limited to 'package.json')
-rw-r--r--package.json35
1 files changed, 35 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..c9f735e
--- /dev/null
+++ b/package.json
@@ -0,0 +1,35 @@
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 ],
8 "cpu": [
9 "x64"
10 ],
11 "files": [
12 "preinstall.js"
13 ],
14 "bin": {
15 "dhall-to-json": "bin/dhall-to-json",
16 "dhall-to-yaml": "bin/dhall-to-yaml"
17 },
18 "scripts": {
19 "preinstall": "node ./preinstall.js"
20 },
21 "repository": {
22 "type": "git",
23 "url": "git+https://github.com/cyrilfretlink/node-dhall-json.git"
24 },
25 "author": "FretLink",
26 "bugs": {
27 "url": "https://github.com/cyrilfretlink/node-dhall-json/issues"
28 },
29 "homepage": "https://github.com/cyrilfretlink/node-dhall-json#readme",
30 "dependencies": {
31 "follow-redirects": "^1.7.0",
32 "tar": "^4.4.8",
33 "unbzip2-stream": "^1.3.3"
34 }
35}