« get me outta code hell

hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json21
1 files changed, 12 insertions, 9 deletions
diff --git a/package.json b/package.json
index 88b3217..4ae318e 100644
--- a/package.json
+++ b/package.json
@@ -1,11 +1,14 @@
 {
-  "name": "hs-music-wiki",
-  "version": "0.0.1",
-  "description": "fan wiki for homestuck albums",
-  "main": "upd8.js",
-  "dependencies": {
-    "fix-whitespace": "^1.0.3",
-    "mkdirp": "^0.5.5"
-  },
-  "license": "GPL-3.0"
+    "name": "hsmusic-wiki",
+    "version": "0.1.0",
+    "description": "static wiki software cataloguing collaborative creation",
+    "main": "upd8.js",
+    "bin": {
+        "hsmusic": "./upd8.js"
+    },
+    "dependencies": {
+        "fix-whitespace": "^1.0.3",
+        "mkdirp": "^0.5.5"
+    },
+    "license": "GPL-3.0"
 }