make npm happy
This commit is contained in:
parent
04160710e9
commit
b430cbce7a
21
package.json
21
package.json
|
@ -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",
|
||||||
|
|
Loading…
Reference in New Issue