{
  "name": "structure-dispatcher",
  "version": "0.4.0",
  "description": "Dispatcher",
  "main": "dist/index.js",
  "scripts": {
    "compile": "node_modules/.bin/babel src -d dist -D -s",
    "prepublish": "npm run compile",
    "start-reqlite": "node_modules/forever/bin/forever start node_modules/reqlite/lib/node.js --port-offset 1 -s",
    "stop-reqlite": "node_modules/forever/bin/forever stop node_modules/reqlite/lib/node.js --port-offset 1 -s",
    "test": "gulp t",
    "test:debug": "export LOG_LEVEL=debug && npm test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/f12/structure-dispatcher.git"
  },
  "author": "Chris Abrams <mail@chrisabrams.com>",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/f12/structure-dispatcher/issues"
  },
  "homepage": "https://github.com/f12/structure-dispatcher#readme",
  "dependencies": {
    "babel-runtime": "^6.11.6"
  },
  "devDependencies": {
    "babel-cli": "^6.23.0",
    "babel-core": "^6.23.1",
    "babel-eslint": "^6.1.2",
    "babel-plugin-transform-runtime": "^6.23.0",
    "babel-preset-env": "^1.1.11",
    "chai": "^3.5.0",
    "dotenv": "^2.0.0",
    "eslint": "^3.1.1",
    "forever": "^0.15.2",
    "gulp": "^3.9.1",
    "gulp-eslint": "^2.0.0",
    "gulp-mocha": "^3.0.1",
    "mocha": "^2.5.3",
    "reqlite": "^2.3.0",
    "sinon": "^1.17.4",
    "sinon-chai": "^2.8.0",
    "structure-middleware": "^0.1.0",
    "structure-migrations": "^0.1.0",
    "structure-plugins": "^0.1.0",
    "structure-router": "^0.1.0",
    "structure-server": "^0.1.0",
    "supertest": "^2.0.1"
  }
}
