{
  "name": "node-vegeta",
  "version": "1.0.8",
  "description": "vegeta in node!",
  "main": "src/index.js",
  "license": "MIT",
  "scripts": {
    "test": "node ./node_modules/.bin/mocha --timeout=10000 ./tests"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/jbarabander/scouter.git"
  },
  "keywords": [
    "vegeta",
    "node",
    "load-testing",
    "testing",
    "load",
    "what does the scouter say about his power level",
    "its over nine thousand",
    "power level",
    "scouter"
  ],
  "devDependencies": {
    "chai": "^4.1.2",
    "mocha": "^5.2.0"
  },
  "dependencies": {
    "duplex-child-process": "^0.0.5"
  }
}
