make npm happy

This commit is contained in:
AJ ONeal 2015-12-15 20:22:25 -08:00
parent 04160710e9
commit b430cbce7a
1 changed files with 14 additions and 7 deletions

View File

@ -1,18 +1,25 @@
{ {
"name": "letiny-core", "name": "letiny-core",
"version": "1.0.0", "version": "1.0.0",
"description": "A framework for building letsencrypt clients, forked from `letiny`", "description": "A framework for building letsencrypt clients, forked from letiny",
"authors": [
"Anatol Sommer <anatol@anatol.at>",
"AJ ONeal <aj@daplie.com>"
],
"main": "node.js", "main": "node.js",
"browser": "browser.js", "browser": "browser.js",
"license": "MPL-2.0", "directories": {
"example": "example",
"test": "test"
},
"scripts": {
"test": "node example/letsencrypt.js"
},
"repository": { "repository": {
"type": "git", "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": [ "keywords": [
"tiny", "tiny",
"acme", "acme",