node-q
Version:
Q interfacing with Node.js
46 lines (45 loc) • 924 B
JSON
{
"name": "node-q",
"version": "2.7.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": "Michael Wittig <post@michaelwittig.info>",
"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"
}
}