forked from coolaj86/goldilocks.js
22 lines
504 B
JSON
22 lines
504 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|