cryptopia-api
Version:
Asynchronous Node.js Module for accessing both Public and Private Cryptopia APIs
37 lines (36 loc) • 944 B
JSON
{
"name": "cryptopia-api",
"version": "1.2.14",
"description": "Asynchronous Node.js Module for accessing both Public and Private Cryptopia APIs",
"main": "index.js",
"scripts": {
"test": "node test/getCurrencies.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/periapsistech/cryptopia-api.git"
},
"keywords": [
"cryptopia",
"cryptopia-api",
"cryptopia api",
"cryptocurrency api",
"bitcoin markets",
"bitcoin markets api",
"Bitocin",
"Litecoin",
"Ethereum",
"DOGE"
],
"author": "Periapsis Technology, Inc. <contact@periapsistech.com> (http://www.periapsistech.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/periapsistech/cryptopia-api/issues"
},
"homepage": "https://github.com/periapsistech/cryptopia-api#readme",
"dependencies": {
"crypto": "^1.0.1",
"request": "^2.83.0",
"request-promise": "^4.2.2"
}
}