Skip to content

Commit 5881a63

Browse files
committed
Add package.json, Install part to README
1 parent 621353e commit 5881a63

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ Gives administrative control to a Tennu bot.
44

55
Depends on Tennu 0.6.* or higher.
66

7+
## Installation
8+
9+
`npm install tennu-admin`
10+
711
## Config
812

913
These belong on the config object passed to the tennu.Client() function.

package.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"name": "tennu-admin",
3+
"version": "0.9.0",
4+
"description": "Tennu Admin module.",
5+
"main": "index.js",
6+
"scripts": {
7+
"test": "echo \"Error: no test specified\" && exit 1"
8+
},
9+
"repository": {
10+
"type": "git",
11+
"url": "git://github.com/Havvy/tennu-admin.git"
12+
},
13+
"keywords": [
14+
"tennu",
15+
"irc",
16+
"admin",
17+
"tennu-module"
18+
],
19+
"author": "Ryan (Havvy) Scheel",
20+
"license": "BSD-2-Clause",
21+
"bugs": {
22+
"url": "https://github.com/Havvy/tennu-admin/issues"
23+
}
24+
}

0 commit comments

Comments
 (0)