aiascs-blockchain
Version:
Sample Module for blockchain status of entities relate to each other
33 lines (32 loc) • 727 B
JSON
{
"name": "aiascs-blockchain",
"version": "1.0.1",
"keywords": [
"Tanzania",
"blockchain",
"sms",
"products",
"agriculture",
"crypto",
"aiascs",
"digital"
],
"description": "Sample Module for blockchain status of entities relate to each other",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "node postinstall.js",
"install": "node postinstall.js"
},
"author": "Kijacode",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Kijacode/aiascs-blockchain.git"
},
"dependencies": {
"crypto-js": "^4.0.0",
"mongoose": "^5.12.14",
"print-message": "^3.0.1"
}
}