node-xsh
Version:
nodejs SHIELD client
26 lines (25 loc) • 516 B
JSON
{
"name": "node-xsh",
"version": "0.3.9",
"description": "nodejs SHIELD client",
"keywords": [
"Shield",
"XSH"
],
"repository": "git://github.com/shieldcoin/node-xsh.git",
"author": "SHIELD <shieldcoin@protonmail.com>",
"main": "lib/shield.js",
"engines": {
"node": ">= 0.4.0"
},
"devDependencies": {
"chai": "^4.1.2",
"mocha": "^4.0.1",
"nodeunit": "*",
"sinon": "^4.1.2"
},
"dependencies": {},
"scripts": {
"test": "mocha"
}
}