fixjs
Version:
FIX Protocol library
32 lines (31 loc) • 607 B
JSON
{
"name": "fixjs",
"description": "FIX Protocol library",
"version": "0.5.0",
"author": "Roman Shtylman <shtylman@gmail.com>",
"main": "fix",
"keywords": [
"fix",
"financial",
"protocol",
"exchange",
"quickfix"
],
"dependencies": {
"xml2js": "0.1.13",
"moment": "1.7.2",
"through2": "0.6.3"
},
"devDependencies": {
"mocha": "2.1.0",
"after": "0.6.0",
"duplexer2": "0.0.2"
},
"scripts": {
"test": "mocha --reporter spec -- test/*.js"
},
"repository": {
"type": "git",
"url": "git://github.com/defunctzombie/fixjs.git"
}
}