Skip to content

Commit

Permalink
add heroku app.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mfrye committed Dec 13, 2016
1 parent 8440e7f commit 885e69e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions app.json
@@ -0,0 +1,7 @@
{
"name": "Email Finder",
"description": "Easily find any email address for free!",
"repository": "https://github.com/mfrye/email-finder",
"logo": "https://www.thebigpicture.io/android-icon-192x192.png",
"keywords": ["node", "express", "email"]
}
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "email-finder",
"version": "1.0.0",
"description": "",
"description": "Easily find any email address for free!",
"main": "index.js",
"scripts": {
"start": "DEBUG=index node index.js",
Expand Down

0 comments on commit 885e69e

Please sign in to comment.