ideablock-commit
Version:
CLI tool for anchoring git commit hashes to Bitcoin and Litecoin blockchains
42 lines (41 loc) • 1.04 kB
JSON
{
"name": "ideablock-commit",
"version": "1.0.10",
"description": "CLI tool for anchoring git commit hashes to Bitcoin and Litecoin blockchains",
"main": "ideablock.js",
"bin": {
"ideablock-commit": "./bin/ideablock.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ideablock/ideablock-commit.git"
},
"keywords": [
"ideablock",
"bitcoin",
"litecoin"
],
"author": "Eli M. Sheets (github:emsheets)",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/ideablock/ideablock-commit/issues"
},
"homepage": "https://github.com/ideablock/ideablock-commit#readme",
"dependencies": {
"async": "^3.1.0",
"chalk": "^2.4.2",
"cli-table2": "^0.2.0",
"commander": "^3.0.0",
"crypto": "^1.0.1",
"figlet": "^1.5.0",
"form-data": "^2.5.0",
"fs-extra": "^8.1.0",
"inquirer": "^6.4.1",
"node-fetch": "^2.6.0",
"ora": "^3.4.0",
"os": "^0.1.1",
"path": "^0.12.7",
"path-exists": "^4.0.0",
"shelljs": "^0.8.3"
}
}