node-exx
Version:
node js wrapper for exx exchange
26 lines (25 loc) • 582 B
JSON
{
"name": "node-exx",
"version": "0.0.1",
"description": "node js wrapper for exx exchange",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/brandsoft/node-exx.git"
},
"keywords": [
"exx"
],
"author": "sk.asik@brandsoftonline.com",
"license": "ISC",
"bugs": {
"url": "https://github.com/brandsoft/node-exx/issues"
},
"homepage": "https://github.com/brandsoft/node-exx#readme",
"dependencies": {
"request": "^2.83.0"
}
}