Skip to content

Commit

Permalink
Do "npm init" and create package.json
Browse files Browse the repository at this point in the history
Run "npm init" to create the package.json for easy bot installation and
meta-data
  • Loading branch information
Wolvan committed Nov 20, 2015
1 parent 16fae67 commit c0638ac
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"name": "newxkitbot",
"version": "2.0.0",
"description": "The little helping hand for the New-XKit Team",
"main": "main.js",
"dependencies": {
"extend": "^3.0.0",
"irc": "^0.4.0",
"node-gitter": "^1.2.8",
"octonode": "^0.7.4"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/new-xkit/NewXKitBot.git"
},
"keywords": [
"bot",
"new",
"xkit",
"gitter",
"irc",
"bridge"
],
"author": "Wolvan <[email protected]> (http://www.github.com/Wolvan)",
"license": "GPL-2.0",
"bugs": {
"url": "https://github.com/new-xkit/NewXKitBot/issues"
},
"homepage": "https://github.com/new-xkit/NewXKitBot#readme"
}

0 comments on commit c0638ac

Please sign in to comment.