{
  "name": "tikal",
  "version": "1.0.1",
  "description": "Small Utility for testing WebSocket in nodejs testing concurrent connections",
  "keywords": [
    "ws",
    "websocket",
    "async",
    "concurrent",
    "connections",
    "load",
    "stress",
    "connection",
    "utility"
  ],
  "author": "Omer Herera",
  "license": "MIT",
  "dependencies": {
    "async": "^1.0.0",
    "colors": "^1.0.x",
    "ws": "^0.7.x"
  },
  "devDependencies": {
    "chai": "1.9.x",
    "grunt": "0.4.x",
    "grunt-blanket": "0.0.x",
    "grunt-cli": "0.1.x",
    "grunt-concurrent": "1.0.x",
    "grunt-contrib-clean": "0.6.x",
    "grunt-contrib-copy": "0.7.x",
    "grunt-contrib-jshint": "0.8.x",
    "grunt-coveralls": "^1.0.0",
    "grunt-mocha-cli": "1.6.x",
    "grunt-mocha-test": "0.12.x",
    "grunt-string-replace": "1.0.x",
    "load-grunt-config": "0.7.x",
    "load-grunt-tasks": "1.0.x",
    "mocha-lcov-reporter": "0.0.2",
    "mockery": "1.4.x",
    "should": "4.3.x",
    "sinon": "1.12.x",
    "time-grunt": "0.2.x",
    "travis-cov": "0.2.x"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/OmerHerera/tikal.git"
  },
  "main": "/.src/index.js",
  "scripts": {
    "start": "node ./src/index.js",
    "test": "grunt default --verbose"
  },
  "engines": {
    "node": ">= 0.10.x"
  }
}
