npmbro
Version:
irc bot that runs npm commands for you while you bro out
39 lines (38 loc) • 722 B
JSON
{
"name": "npmbro",
"version": "0.0.0-23",
"description": "irc bot that runs npm commands for you while you bro out",
"main": "npmbro.js",
"scripts": {
"test": "node test.js",
"start": "node npmbro.js"
},
"repository": {
"type": "git",
"url": "git@github.com:DTrejo/npmbro.git"
},
"keywords": [
"irc",
"bot",
"npm",
"bro",
"npmbro",
"#node.js"
],
"author": "David Trejo",
"license": "MIT",
"dependencies": {
"jerk": "~1.1.23",
"request": "~2.9.203",
"async": "~0.1.22",
"moment": "~1.6.2",
"underscore": "~1.3.3"
},
"devDependencies": {
"specify": "~0.4.1"
},
"subdomain": "npmbro",
"engines": {
"node": "0.6.x"
}
}