okcoin-fix
Version:
OKCoin FIX API wrapper
33 lines (32 loc) • 624 B
JSON
{
"name": "okcoin-fix",
"version": "0.1.9",
"description": "OKCoin FIX API wrapper",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/xmurobi/okcoin-fix.git"
},
"keywords": [
"okcoin",
"btc",
"bitcoin",
"fix"
],
"author": "robi",
"license": "MIT",
"dependencies": {
"MD5": "^1.2.1",
"node-quickfix-ssl": "2.0.11",
"moment": "2.x",
"lodash": "4.x"
},
"devDependencies": {
"should": "4.3.1",
"mathjs": "*"
},
"readmeFilename": "README.md"
}