UNPKG

sustain

Version:

distributed payment system for open source development

55 lines (54 loc) 1.25 kB
{ "name": "sustain", "version": "2.2.0", "description": "distributed payment system for open source development", "sustain": "https://raw.githubusercontent.com/joshuavial/sustain/master/sustain.json", "main": "index.js", "scripts": { "test": "standard && mocha $(ls $(pwd)/test/**/*-test.js)", "vim-spec": "standard && mocha $TEST" }, "bin": { "sustain": "./bin/cli.js" }, "repository": { "type": "git", "url": "git://github.com/joshuavial/sustain.git" }, "keywords": [ "payment", "pay", "bitcoin", "sharing", "open source", "sustainable", "funding", "fund" ], "contributors": [ "joshuavial", "ahdinosaur" ], "license": "ISC", "bugs": { "url": "https://github.com/joshuavial/sustain/issues" }, "homepage": "https://github.com/joshuavial/sustain", "devDependencies": { "chai": "^2.3.0", "mocha": "^2.2.4", "proxyquire": "^1.5.0", "sinon": "^1.14.1", "sinon-chai": "^2.7.0", "standard": "^3.13.2", "wrench": "^1.5.8" }, "dependencies": { "bitcoin-regex": "^1.1.0", "bitcore": "^0.12.8", "bitcore-explorers": "^0.11.0", "commist": "^1.0.0", "sorted-object": "^1.0.0", "xtend": "^4.0.0" } }