{
  "name": "js-games-server",
  "version": "1.0.0",
  "description": "A server for use with the js-games project",
  "main": "index.js",
  "bin": {
    "js-games-server": "./bin/js-games-server"
  },
  "engines" : { "node" : ">=4.2.1 <5" },
  "scripts": {
    "start": "node index",
    "test": "echo \"Error: no test specified\" && exit 1",
    "lint": "eslint --cache --quiet ."
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/rmurphey/js-games-server.git"
  },
  "author": "Rebecca Murphey",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/rmurphey/js-games-server/issues"
  },
  "homepage": "https://github.com/rmurphey/js-games-server#readme",
  "dependencies": {
    "babel": "^6.3.26",
    "babel-preset-es2015": "^6.3.13",
    "babel-preset-stage-0": "^6.3.13",
    "babel-register": "^6.4.3",
    "md5": "^2.0.0",
    "memory-cache": "^0.1.4",
    "restify": "^4.0.3"
  },
  "devDependencies": {
    "eslint": "^1.10.3"
  }
}
