From 902870ffacda5b8ecda7bd8b7cce6046de0df1db Mon Sep 17 00:00:00 2001 From: Sven Slootweg Date: Thu, 13 Oct 2016 16:59:20 +0200 Subject: [PATCH] Fix package.json --- package.json | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index d33d2a0..0974ca7 100644 --- a/package.json +++ b/package.json @@ -3,9 +3,6 @@ "version": "1.0.0", "description": "", "main": "index.js", - "directories": { - "test": "test" - }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, @@ -13,16 +10,15 @@ "type": "git", "url": "git@git.cryto.net:joepie91/iso-spider.git" }, - "author": "", - "license": "ISC", + "author": "Sven Slootweg ", + "license": "WTFPL", "dependencies": { "archy": "^1.0.0", "bhttp": "^1.2.4", "bluebird": "^3.4.6", "debug": "^2.2.0", "memoizee": "^0.4.1", - "moment-timezone": "^0.5.6", - "promise-while-loop": "^1.0.1", + "moment": "^2.15.1", "safe-buffer": "^5.0.1", "stream-to-promise": "^2.2.0" }