bitso-node-api
Version:
Node.js Bitso Client
42 lines (41 loc) • 990 B
JSON
{
"name": "bitso-node-api",
"version": "1.1.2",
"description": "Node.js Bitso Client",
"main": "./src/index.js",
"scripts": {
"test": "mocha --recursive --check-leaks --full-trace --reporter spec \"src/**/*.test.js\"",
"test:watch": "npm run test -- --watch",
"lint": "eslint src"
},
"repository": {
"type": "git",
"url": "git+https://github.com/linx05/bitso-node.git"
},
"keywords": [
"bitcoin",
"bitso",
"xrp",
"ethereum",
"mxn"
],
"author": "Cesar Laredo",
"license": "MIT",
"bugs": {
"url": "https://github.com/linx05/bitso-node/issues"
},
"homepage": "https://github.com/linx05/bitso-node#readme",
"devDependencies": {
"chai": "^4.1.2",
"chai-as-promised": "^7.1.1",
"eslint": "^4.15.0",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-import": "^2.8.0",
"mocha": "^4.1.0"
},
"dependencies": {
"install": "^0.10.2",
"node-fetch": "^1.7.3",
"npm": "^5.6.0"
}
}