fast-protocol
Version:
FAST streaming protocol for Node.js (Encoder/Decoder for Javascript) (FAST protocol version 1.1)
40 lines (39 loc) • 931 B
JSON
{
"name": "fast-protocol",
"version": "0.1.15",
"description": "FAST streaming protocol for Node.js (Encoder/Decoder for Javascript) (FAST protocol version 1.1)",
"main": "index.js",
"scripts": {
"_test": "nyc --reporter=html mocha",
"test": "nyc --reporter=text mocha",
"prepublish": "npm test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vekonyz/fast-protocol.git"
},
"dependencies": {
"long": "^4.0.0",
"xml-js": "^1.6.11"
},
"devDependencies": {
"chai": "*",
"deep-diff": "^1.0.2",
"mocha": "^8.1.3",
"nyc": "^15.1.0"
},
"keywords": [
"FIX",
"FAST",
"protocol",
"streaming",
"encoder",
"decoder"
],
"author": "Zoltan Vekony <npmjs@vekony.eu>",
"license": "MIT",
"bugs": {
"url": "https://github.com/vekonyz/fast-protocol/issues"
},
"homepage": "https://github.com/vekonyz/fast-protocol#readme"
}