« get me outta code hell

Merge branch 'master' of https://github.com/liam4/http-music - 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:
authorLiam <towerofnix@gmail.com>2017-07-13 14:34:11 +0000
committerLiam <towerofnix@gmail.com>2017-07-13 14:34:11 +0000
commitd25c15797741e92e35ad3f43b8b827811e6d4ca7 (patch)
tree71879c23e2b554770ef3ee5cde3392d2cf812dff /package.json
parentc52550d2b448eeaab098525ec431e341f8a97b29 (diff)
parent27704d39664b711ae110f9beb708afb7dcaf4dc5 (diff)
Merge branch 'master' of https://github.com/liam4/http-music
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 f082d05..92f11ea 100644
--- a/package.json
+++ b/package.json
@@ -10,7 +10,8 @@
   "bin": {
     "http-music": "./src/http-music.js",
     "http-music-crawl-http": "./src/crawl-http.js",
-    "http-music-crawl-local": "./src/crawl-local.js"
+    "http-music-crawl-local": "./src/crawl-local.js",
+    "http-music-crawl-itunes": "./src/crawl-itunes.js"
   },
   "man": [
     "./man/http-music.1",
@@ -23,6 +24,7 @@
     "node-fetch": "^1.7.0",
     "node-natural-sort": "^0.8.6",
     "sanitize-filename": "^1.6.1",
-    "tempy": "^0.1.0"
+    "tempy": "^0.1.0",
+    "xmldoc": "^1.1.0"
   }
 }