{
  "name": "structure-server",
  "version": "0.2.0",
  "description": "HTTP Server, but imports WebSockets too",
  "main": "index.js",
  "dependencies": {
    "body-parser": "^1.17.0",
    "eslint-config-structure": "^0.1.3",
    "express": "^4.15.0",
    "md5": "^2.2.1",
    "raven": "^1.2.0",
    "sinon": "^4.1.2",
    "sinon-chai": "^2.14.0",
    "structure-logger": "^0.1.1",
    "structure-router": "^0.1.0",
    "structure-websocket-server": "^0.2.0"
  },
  "devDependencies": {
    "babel-core": "^6.23.1",
    "babel-preset-env": "^1.1.11",
    "chai": "^3.5.0",
    "dotenv": "^2.0.0",
    "eslint": "^3.5.0",
    "expect": "^1.20.2",
    "gulp": "^3.9.1",
    "gulp-eslint": "^3.0.1",
    "gulp-mocha": "^3.0.1",
    "mocha": "^3.0.2",
    "sinon": "^1.17.5",
    "sinon-chai": "^2.8.0",
    "structure-plugins": "^0.1.0",
    "supertest": "^2.0.1"
  },
  "scripts": {
    "test": "gulp t"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/f12/structure-server.git"
  },
  "keywords": [
    "structure",
    "server"
  ],
  "author": "Chris Abrams <mail@chrisabrams.com>",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/f12/structure-server/issues"
  },
  "homepage": "https://github.com/f12/structure-server#readme"
}
