Irkka/botfarmd

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "botfarmd",
  "version": "0.0.1",
  "description": "IRC bot control daemon",
  "main": "lib/botfarmd.js",
  "bin": {
    "botfarmer": "./bin/botfarmer"
  },
  "scripts": {
    "start": "node lib/botfarmd.js",
    "test": "gulp test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Irkka/botfarmd.git"
  },
  "keywords": [
    "irc",
    "bot",
    "daemon"
  ],
  "author": "Ilkka Hakkarainen",
  "license": "SEE LICENSE IN LICENSE",
  "bugs": {
    "url": "https://github.com/Irkka/botfarmd/issues"
  },
  "homepage": "https://github.com/Irkka/botfarmd#readme",
  "dependencies": {
    "github": "^0.2.4",
    "gulp": "^3.9.0",
    "irc": "^0.4.0"
  },
  "devDependencies": {
    "chai": "^3.4.0",
    "gulp": "^3.9.0",
    "gulp-mocha": "^2.1.3",
    "mocha": "^2.3.3",
    "sinon": "^1.17.2",
    "sinon-chai": "^2.8.0"
  }
}