Skip to content

Commit c0638ac

Browse files
committed
Do "npm init" and create package.json
Run "npm init" to create the package.json for easy bot installation and meta-data
1 parent 16fae67 commit c0638ac

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

package.json

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
{
2+
"name": "newxkitbot",
3+
"version": "2.0.0",
4+
"description": "The little helping hand for the New-XKit Team",
5+
"main": "main.js",
6+
"dependencies": {
7+
"extend": "^3.0.0",
8+
"irc": "^0.4.0",
9+
"node-gitter": "^1.2.8",
10+
"octonode": "^0.7.4"
11+
},
12+
"devDependencies": {},
13+
"scripts": {
14+
"test": "echo \"Error: no test specified\" && exit 1"
15+
},
16+
"repository": {
17+
"type": "git",
18+
"url": "git+https://github.com/new-xkit/NewXKitBot.git"
19+
},
20+
"keywords": [
21+
"bot",
22+
"new",
23+
"xkit",
24+
"gitter",
25+
"irc",
26+
"bridge"
27+
],
28+
"author": "Wolvan <[email protected]> (http://www.github.com/Wolvan)",
29+
"license": "GPL-2.0",
30+
"bugs": {
31+
"url": "https://github.com/new-xkit/NewXKitBot/issues"
32+
},
33+
"homepage": "https://github.com/new-xkit/NewXKitBot#readme"
34+
}

0 commit comments

Comments
 (0)