plnx
Version:
Unofficial Poloniex API client, with public/private methods and push.
66 lines (65 loc) • 1.22 kB
JSON
{
"name": "plnx",
"version": "0.1.2",
"description": "Unofficial Poloniex API client, with public/private methods and push.",
"keywords": [
"poloniex",
"bitcoin",
"ethereum",
"btc",
"eth",
"ether",
"maid",
"api",
"push",
"trade",
"trading",
"trader",
"exchange",
"lisk"
],
"main": "lib",
"dependencies": {
"autobahn": "^17.5.2",
"debug": "^2.6.8",
"lodash": "^4.17.4",
"request": "^2.81.0",
"safe-buffer": "^5.1.1"
},
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-preset-es2015": "^6.24.1",
"pre-commit": "^1.2.2",
"snazzy": "^7.0.0",
"standard": "^10.0.2"
},
"scripts": {
"build": "babel src -d lib",
"standard": "standard | snazzy",
"standard:fix": "standard --fix | snazzy"
},
"author": "Ricardo Ferro <ricardo.ferro@gmail.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/rferro/plnx.git"
},
"bugs": {
"url": "https://github.com/rferro/plnx/issues"
},
"babel": {
"presets": [
"es2015"
]
},
"standard": {
"ignore": [
"lib"
]
},
"pre-commit": {
"run": [
"standard"
]
}
}