{
  "name": "paradigm-purge",
  "version": "1.2.11",
  "description": "Paradigm Purge",
  "main": "src/index.js",
  "dependencies": {
    "fb": "^2.0.0",
    "paradigm-channels": "^1.1.6",
    "paradigm-documents": "^1.2.3",
    "paradigm-highwinds": "^0.6.0-next.2",
    "structure-cache-middleware": "^1.1.5",
    "structure-dispatcher": "^0.2.0",
    "structure-driver": "^0.1.2",
    "structure-logger": "^0.2.0-a15",
    "structure-root-controller": "^0.1.3",
    "structure-root-model": "^0.1.11"
  },
  "devDependencies": {
    "babel-core": "^6.23.1",
    "babel-plugin-transform-runtime": "^6.23.0",
    "babel-preset-env": "^1.1.11",
    "chai": "^3.5.0",
    "dotenv": "^4.0.0",
    "eslint": "^3.16.1",
    "eslint-config-structure": "^0.1.2",
    "expect": "^1.20.2",
    "express": "^4.15.0",
    "forever": "^0.15.3",
    "gulp": "^3.9.1",
    "gulp-eslint": "^3.0.1",
    "gulp-mocha": "^3.0.1",
    "highwinds": "^0.1.12",
    "mocha": "^3.2.0",
    "reqlite": "^2.3.0",
    "sinon": "^2.2.0",
    "sinon-chai": "^2.10.0",
    "structure-applications": "^0.1.6",
    "structure-driver": "^0.1.2",
    "structure-middleware": "^0.1.0",
    "structure-migrations": "^0.2.0",
    "structure-organizations": "^0.1.4",
    "structure-plugins": "^0.2.0",
    "structure-router": "^0.1.0",
    "structure-server": "^0.1.0",
    "superagent": "^3.5.0",
    "supertest": "^3.0.0"
  },
  "scripts": {
    "eslint": "node_modules/.bin/eslint src test",
    "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": "export NODE_ENV=test && gulp stop-reqlite && npm run start-reqlite && gulp t && gulp stop-reqlite",
    "test:debug": "export LOG_LEVEL=debug && npm test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/f12/paradigm-purge.git"
  },
  "keywords": [
    "paradigm",
    "purge"
  ],
  "author": "Tom Watson <tom@tomjwatson.com>",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/f12/paradigm-purge/issues"
  },
  "homepage": "https://github.com/f12/paradigm-purge#readme"
}
