From b430cbce7a3ab7ee0ce3695ad838fdc60e10edf7 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Tue, 15 Dec 2015 20:22:25 -0800 Subject: [PATCH] make npm happy --- package.json | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index e99ae5f..e198b35 100644 --- a/package.json +++ b/package.json @@ -1,18 +1,25 @@ { "name": "letiny-core", "version": "1.0.0", - "description": "A framework for building letsencrypt clients, forked from `letiny`", - "authors": [ - "Anatol Sommer ", - "AJ ONeal " - ], + "description": "A framework for building letsencrypt clients, forked from letiny", "main": "node.js", "browser": "browser.js", - "license": "MPL-2.0", + "directories": { + "example": "example", + "test": "test" + }, + "scripts": { + "test": "node example/letsencrypt.js" + }, "repository": { "type": "git", - "url": "https://github.com/Daplie/letiny-core.git" + "url": "git+https://github.com/Daplie/letiny-core.git" }, + "license": "MPL-2.0", + "bugs": { + "url": "https://github.com/Daplie/letiny-core/issues" + }, + "homepage": "https://github.com/Daplie/letiny-core#readme", "keywords": [ "tiny", "acme",