web-monetization-revenue-share
Version:
Revenue sharing using smart contract in Web-monetization
34 lines (33 loc) • 878 B
JSON
{
"name": "web-monetization-revenue-share",
"version": "0.2.8",
"description": "Revenue sharing using smart contract in Web-monetization",
"main": "server.js",
"dependencies": {
"chai": "^4.3.0",
"dotenv": "^8.2.0",
"ethers": "^5.0.31",
"mocha": "^8.3.0"
},
"scripts": {
"start": "node server.js",
"test": "node ./node_modules/mocha/bin/mocha test/unit/**/*.test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/Vivid-IOV-Labs/web-monetization-revenue-share"
},
"keywords": [
"web-monetization",
"coil",
"web3",
"revenue sharing",
"smart contract"
],
"author": "Vivid-IOV-Labs",
"license": "MIT",
"bugs": {
"url": "https://github.com/Vivid-IOV-Labs/web-monetization-revenue-share/issues"
},
"homepage": "https://github.com/Vivid-IOV-Labs/web-monetization-revenue-share"
}