bjarneo/instantly

View on GitHub
example/package.json

Summary

Maintainability
Test Coverage
{
  "name": "instantly-example",
  "version": "1.0.0",
  "description": "Example of instantly implementation",
  "main": "server.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "start": "node server.js"
  },
  "author": "Bjarne Oeverli",
  "license": "MIT",
  "dependencies": {
    "ejs": "^2.3.4",
    "express": "^4.13.3",
    "express-eventsource": "0.0.4"
  }
}