From c380d1fa7d22bc3ef056b74c5af93413067c9a5b Mon Sep 17 00:00:00 2001 From: liam4 Date: Sat, 1 Jul 2017 15:25:57 -0300 Subject: iTunes crawler --- package.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'package.json') 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" } } -- cgit 1.3.0-6-gf8a5