« get me outta code hell

http-music - Command-line music player + utils (not a server!)
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.json6
1 files changed, 4 insertions, 2 deletions
diff --git a/package.json b/package.json
index 86856d9..e0f2cae 100644
--- a/package.json
+++ b/package.json
@@ -4,11 +4,13 @@
   "main": "src/play.js",
   "scripts": {
     "play": "node src/play.js",
-    "crawl-recursive": "node src/crawl-recursive"
+    "crawl-http": "node src/crawl-http",
+    "crawl-local": "node src/crawl-local"
   },
   "bin": {
     "http-music": "./src/play.js",
-    "http-music-crawl-recursive": "./src/crawl-recursive.js"
+    "http-music-crawl-http": "./src/crawl-http.js",
+    "http-music-crawl-local": "./src/crawl-local.js"
   },
   "dependencies": {
     "cheerio": "^1.0.0-rc.1",