UNPKG

gatecoinjs

Version:

A NodeJS library for Gatecoin Crypto API

26 lines (25 loc) 535 B
{ "name": "gatecoinjs", "version": "2.0.1", "description": "A NodeJS library for Gatecoin Crypto API", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://github.com/lincdh/gatecoinjs.git" }, "keywords": [ "gatecoin", "javascript", "gatecoinjs", "gatecoin api" ], "author": "Linc Do - www.lincdh.com", "license": "MIT", "dependencies": { "axios": "^0.18.0", "crypto-js": "^3.1.9-1" } }