From eb621217f9f8e55b0662e7fa56e4ad0dbc2d55ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20Ma=C5=82ecki?= Date: Mon, 17 Mar 2014 16:47:29 +0100 Subject: [PATCH] Remove double `license` entry --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 1407137c..c2c47740 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "description": "bitcoin atm client server protocol module", "keywords": [], "version": "0.1.2", - "license": "MIT", + "license": "unlicense", "author": "Peter Elger (http://nearform.com/)", "contributors": [ "Peter Elger (http://peterelger.com/)" @@ -15,7 +15,8 @@ "express": "~3.4.7", "optimist": "~0.6.0", "lamassu-config": "~0.1.1", - "lamassu-atm-protocol": "~0.1.0" + "lamassu-atm-protocol": "~0.1.0", + "client-certificate-auth": "git+https://github.com/mmalecki/client-certificate-auth.git#async-authorization" }, "repository": { "type": "git", @@ -31,7 +32,6 @@ "grunt-mocha-test": "~0.7.0", "grunt-mocha-cov": "0.0.7" }, - "license": "unlicense", "bin": { "lamassu-server": "./lib/app.js" }