patpoirier/chatboot

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "@ppoirier/chatboot",
  "version": "0.0.1",
  "description": "Messaging App starter code library for Node/NPM",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "Messaging",
    "App",
    "Chatbot",
    "Chatboot"
  ],
  "author": "Patrick Poirier",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/patpoirier/chatboot.git"
  },
  "bugs": {
    "url": "https://github.com/patpoirier/chatboot/issues"
  },
  "homepage": "https://github.com/patpoirier/chatboot#readme",
  "devDependencies": {
    "coveralls": "^2.11.12"
  },
  "dependencies": {
    "express": "^4.14.0",
    "http": "0.0.0",
    "socket.io": "^1.4.8"
  }
}