UNPKG

vucoin

Version:

Node.js module to access ucoin server through its HTTP API

55 lines (54 loc) 1.1 kB
{ "name": "vucoin", "version": "0.30.4", "description": "Node.js module to access ucoin server through its HTTP API", "engines": { "node": ">=4", "npm": ">=2.11" }, "main": "index.js", "directories": { "test": "test" }, "repository": { "type": "git", "url": "git@github.com:c-geek/vucoin.git" }, "keywords": [ "ucoin", "openudc", "crypto-currency" ], "author": "Cedric Moreau <cem.moreau@gmail.com>", "license": "MIT", "readmeFilename": "readme.md", "bugs": { "url": "https://github.com/c-geek/vucoin/issues" }, "dependencies": { "async": "1.5.2", "cli-table": "0.3.1", "commander": "2.9.0", "hdc": "0.7.0", "inquirer": "0.5.0", "merkle": "0.1.0", "mkdirp": "0.5.1", "moment": "2.8.3", "naclb": "1.3.2", "request": "2.67.0", "scrypt": "6.0.1", "sha1": "1.1.1", "tweetnacl": "0.11.2", "underscore": "1.8.3" }, "devDependencies": { "mocha": "", "should": "", "sha1": "", "supertest": "", "nock": "~0.31.0" }, "bin": { "ucoin": "./bin/ucoin" } }