summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2012-06-01 19:29:08 +0200
committerTrygve Laugstøl <trygvis@inamo.no>2012-06-01 19:29:08 +0200
commita105b34ab53963ab651810f33caa2ee51869b1c7 (patch)
treebe49b089e1d4a81d6b327c6370afcc14c60ac865 /package.json
downloaddynobot-irc-a105b34ab53963ab651810f33caa2ee51869b1c7.tar.gz
dynobot-irc-a105b34ab53963ab651810f33caa2ee51869b1c7.tar.bz2
dynobot-irc-a105b34ab53963ab651810f33caa2ee51869b1c7.tar.xz
dynobot-irc-a105b34ab53963ab651810f33caa2ee51869b1c7.zip
o Initial import.
Diffstat (limited to 'package.json')
-rw-r--r--package.json36
1 files changed, 36 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..d45104d
--- /dev/null
+++ b/package.json
@@ -0,0 +1,36 @@
+{
+ "author": {
+ "name": "Trygve Laugstøl",
+ "email": "trygvis@inamo.no",
+ "url": "https://github.com/trygvis"
+ },
+ "name": "bitraf-irc-client",
+ "description": "Bitraf's IRC client",
+ "keywords": [
+ "irc",
+ "chat"
+ ],
+ "version": "0.0.1",
+ "main": "main.js",
+ "engines": {
+ "node": ">=0.4.7"
+ },
+ "dependencies": {
+ "blindparser": "0.0.13"
+ "cmdopt": "0.2.0",
+ "cron": "~0.3.2",
+ "date": "1.0.2",
+ "getit": "~0.1.7",
+ "mocha": "~1.0.3",
+ "node-irc": "https://github.com/einaros/node-irc/tarball/master",
+ "underscore": "1.3.3",
+ },
+ "devDependencies": {},
+ "optionalDependencies": {},
+ "licenses": [
+ {
+ "type": "Apache Software License, version 2",
+ "url": "http://apache.org/licenses/LICENSE-2.0"
+ }
+ ]
+}