add package.json
This commit is contained in:
parent
25a0319f45
commit
df7d9db75f
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"name": "goldilocks",
|
||||
"version": "1.0.0-placeholder",
|
||||
"description": "The webserver that's just right.",
|
||||
"keywords": [
|
||||
"greenlock"
|
||||
],
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git@git.daplie.com:Daplie/goldilocks.git"
|
||||
},
|
||||
"author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)",
|
||||
"license": "(MIT OR Apache-2.0)",
|
||||
"dependencies": {
|
||||
"greenlock": "^2.1.11"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue