Skip to content

Commit

Permalink
- package.json update
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey Armodin committed Jan 11, 2016
1 parent 152e511 commit 63d67b9
Showing 1 changed file with 16 additions and 3 deletions.
19 changes: 16 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,23 @@
"version": "1.0.0",
"description": "Telegram bot to inform about App Store releases",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/makoni/ReleaseInformerBot"
},
"bugs": {
"url": "https://github.com/makoni/ReleaseInformerBot/issues"
},
"keywords": [
"telegram",
"bot",
"itunes",
"app store"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"start": "node index.js"
},
"author": "Sergey Armodin",
"author": "Sergey Armodin <[email protected]>",
"license": "ISC",
"dependencies" :
{
Expand All @@ -16,4 +29,4 @@
"request" : ">= 2.53.0",
"sleep" : ">= 3.0.0"
}
}
}

0 comments on commit 63d67b9

Please sign in to comment.