File tree Expand file tree Collapse file tree 1 file changed +34
-0
lines changed Expand file tree Collapse file tree 1 file changed +34
-0
lines changed Original file line number Diff line number Diff line change
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
+ }
You can’t perform that action at this time.
0 commit comments