{
  "name": "pomelots-robot",
  "version": "2.0.3",
  "private": false,
  "dependencies": {
    "@types/cliff": "^0.1.4",
    "@types/node": "8.5.7",
    "@types/socket.io-client": "^1.4.32",
    "@types/underscore": "^1.8.20",
    "cliff": "^0.1.10",
    "socket.io": "^2.0.4",
    "socket.io-client": "^2.0.4",
    "typescript": "^2.9.2",
    "underscore": "1.8.3"
  },
  "scripts": {
    "build": "tsc",
    "start": "yarn run build && node dist/index",
    "lint": "node_modules/.bin/tslint --format prose -c ../../tslint.json lib/**/*.ts test/**/*.ts",
    "fix-lint": "node_modules/.bin/tslint --format prose -c ../../tslint.json lib/**/*.ts test/**/*.ts --fix",
    "test": "yarn run build",
    "cov": "nyc mocha",
    "ci": "yarn run test",
    "gen-api-ref": "node ../../node_modules/typedoc/bin/typedoc --mode file --hideGenerator --excludeExternals --ignoreCompilerErrors --out ../../run/site/public/api-reference/pinus lib/"
  },
  "files": [
    "dist",
    "lib",
    "index.ts"
  ],
  "readmeFilename": "README.md",
  "gitHead": "d33db82d670b7a5d21c95e15f91548f8a8ba7821",
  "description": "pomelots-robot is a simple tool to benchmark the socket.io server's performance.",
  "main": "./dist/index",
  "types": "./index.ts",
  "repository": {
    "type": "git",
    "url": "git://github.com/node-pinus/pinus.git"
  },
  "keywords": [
    "pomelots",
    "client",
    "robot"
  ],
  "author": "palmtoy",
  "license": "MIT"
}
