HannahCarney/till_tech_test

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "ReceiptGenerator",
  "version": "1.0.0",
  "description": "",
  "main": "Gruntfile.js",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "test": "make cucumber",
    "start": "node server.js"
  },
  "author": "",
  "license": "ISC",
  "dependencies": {
    "body-parser": "^1.12.0",
    "cookie-parser": "^1.3.4",
    "ejs": "^2.3.1",
    "express": "^4.12.0",
    "request": "^2.53.0",
    "connect-assets": "2.1.5",
    "socket.io": "^1.3.2"
  },
  "devDependencies": {
    "cucumber": "^0.4.8",
    "html5": "*",
    "mocha": "*",
    "should": "*",
    "sinon": "*",
    "zombie": "*",
    "socket.io-client": "^1.3.2",
    "webdriverio": "^2.4.5"
  }
}