{ "name": "janet", "version": "0.0.1", "description": "A NodeJS-based IRC bot", "main": "janet.js", "scripts": { "start": "node janet.js", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git@lewisdale.me:lewis/Janet.git" }, "keywords": [ "irc", "bot" ], "author": "Lewis Dale ", "license": "MIT", "dependencies": { "compromise": "^14.8.2", "irc": "^0.5.2", "pubsub-js": "^1.5.4" } }