Initialised npm

This commit is contained in:
benji7425 2016-10-29 17:50:29 +01:00
parent 04e2398459
commit f73db49665

19
package.json Normal file
View file

@ -0,0 +1,19 @@
{
"name": "discord-feed-bot",
"version": "1.0.0",
"description": "discord-feed-bot",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/benji7425/discord-feed-bot.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/benji7425/discord-feed-bot/issues"
},
"homepage": "https://github.com/benji7425/discord-feed-bot#readme"
}