node-fcoin
Version:
node-fcoin is a full implementation for FCoin cryptocurrency exchange REST and WebSocket trading API.
31 lines (30 loc) • 712 B
JSON
{
"name": "node-fcoin",
"version": "1.1.7",
"description": "node-fcoin is a full implementation for FCoin cryptocurrency exchange REST and WebSocket trading API.",
"main": "index.js",
"dependencies": {
"node-fetch": "^2.1.2",
"websocket": "^1.0.26"
},
"devDependencies": {
"mocha": "^5.2.0"
},
"scripts": {
"test": "mocha --timeout 10000"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fcoin-com/node-fcoin.git"
},
"keywords": [
"api",
"fcoin"
],
"author": "fcoin-com",
"license": "MIT",
"bugs": {
"url": "https://github.com/fcoin-com/node-fcoin/issues"
},
"homepage": "https://github.com/fcoin-com/node-fcoin#readme"
}