Skip to content

Commit

Permalink
Merge pull request #1 from lydelln/master
Browse files Browse the repository at this point in the history
Simplifying install with package.json
  • Loading branch information
Michael Deeb committed Dec 18, 2015
2 parents 4c92bcf + 8ff026b commit 0566719
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"name": "indecisive-bot",
"description": "Bot to help indecisive diners",
"version": "0.0.1",
"private": true,
"dependencies": {
"telegram-api": "*"
}
}

0 comments on commit 0566719

Please sign in to comment.