goldilocks.js/package.json

22 lines
504 B
JSON
Raw Normal View History

2017-01-27 06:14:22 +00:00
{
"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"
}
}