{
  "name": "@windozer/node-q",
  "version": "2.6.0",
  "description": "Q interfacing with Node.js",
  "keywords": [
    "q",
    "kx",
    "kdb+",
    "kdb+tick",
    "interfacing"
  ],
  "main": "index.js",
  "types": "index.d.ts",
  "scripts": {
    "test": "make test",
    "itest": "make itest",
    "prepublish": "tsc"
  },
  "author": {
    "name": "Cale Teeter",
    "email": "cale.teeter@microsoft.com"
  },
  "license": "MIT",
  "dependencies": {
    "buffer-indexof-polyfill": "1.0.1",
    "long": "3.0.3",
    "node-uuid": "1.4.7"
  },
  "devDependencies": {
    "@types/long": "^3.0.31",
    "@types/node": "^8.0.8",
    "async": "1.5.2",
    "istanbul": "0.4.2",
    "jshint": "2.9.1",
    "madge": "0.5.3",
    "mocha": "2.4.5",
    "moment": "2.22.2",
    "npmedge": "0.2.2",
    "typescript": "^2.4.1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/michaelwittig/node-q.git"
  },
  "engines": {
    "node": ">=0.10"
  }
}
