add package.json

This commit is contained in:
AJ ONeal 2017-01-26 23:14:22 -07:00
parent 25a0319f45
commit df7d9db75f
1 changed files with 21 additions and 0 deletions

21
package.json Normal file
View File

@ -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"
}
}