megacoin-node-api
Version:
Megacoin-Node-Api is an Express middleware plugin that exposes URLs for quick development and interfacing with a megacoind Megacoin wallet.
24 lines (22 loc) • 552 B
JSON
{
"name": "megacoin-node-api",
"author": "Robert Wagner forked from Niel de la Rouviere",
"description": "Megacoin-Node-Api is an Express middleware plugin that exposes URLs for quick development and interfacing with a megacoind Megacoin wallet.",
"version": "0.1.3",
"main": "lib/api.js",
"repository" : {
"type": "git",
"url": "git@github.com:rwwagner90/Megacoin-Node-Api.git"
},
"dependencies":{
"express": "3.3.x",
"bitcoin": "1.7.0"
},
"keywords": [
"megacoin",
"megacoind",
"bitcoin",
"node",
"api"
]
}