my-two-bits-server
Version:
A tip-to-comment engine.
54 lines (53 loc) • 1.25 kB
JSON
{
"name": "my-two-bits-server",
"version": "1.3.0",
"description": "A tip-to-comment engine.",
"main": "src/js/app.js",
"directories": {
"test": "test"
},
"dependencies": {
"bitcoinjs-lib": "^1.5.8",
"blockcypher-unofficial": "^1.5.0",
"body-parser": "^1.14.1",
"cors": "^2.7.1",
"dynamodb": "^0.3.6",
"express": "^4.13.3",
"express-common-wallet": "^0.0.2",
"express-rate-limit": "^2.0.2",
"mem-common-blockchain": "^0.0.2",
"node-env-file": "^0.1.7",
"openpublish-state": "^2.3.0",
"request": "^2.64.0",
"secure-random": "^1.1.1",
"shasum": "^1.0.1",
"tape": "^4.2.0",
"test-common-wallet": "^1.2.1"
},
"devDependencies": {
"async": "^1.4.2"
},
"scripts": {
"test": "node test/js/app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/blockai/my-two-bits.git"
},
"keywords": [
"bitcoin",
"blockai",
"common-wallet",
"common-blockchain",
"openpublish",
"wallet",
"blockchain",
"comments"
],
"author": "William Cotton",
"license": "GPL-2.0",
"bugs": {
"url": "https://github.com/blockai/my-two-bits/issues"
},
"homepage": "https://github.com/blockai/my-two-bits#readme"
}