diff options
| author | Jules Laplace <jules@okfoc.us> | 2016-11-14 11:49:32 -0500 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2016-11-14 11:49:32 -0500 |
| commit | 4d6690ccc48266e7755829d32bf0440177d8c391 (patch) | |
| tree | c7f895f65316c8853bf7a916320b32be5bb45e2a /package.json | |
initial stuff
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/package.json b/package.json new file mode 100644 index 0000000..7d4663a --- /dev/null +++ b/package.json @@ -0,0 +1,21 @@ +{ + "name": "panda", + "version": "1.0.0", + "description": "panda irc bot", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "git@ghghgh.us:panda.git" + }, + "author": "ryz@asdf.us", + "private": true, + "license": "SEE LICENSE IN LNT-1.txt", + "dependencies": { + "dotenv": "^2.0.0", + "express": "^4.14.0", + "node-irc": "0.0.4" + } +} |
