{ "name": "buffa", "version": "1.0.1", "description": "", "main": "index.js", "directories": { "test": "test" }, "scripts": { "test": "mocha" }, "repository": { "type": "git", "url": "ssh://git@git.tum.dk/tum.dk/buffa.git" }, "author": "", "license": "ISC", "dependencies": { "bs58": "^4.0.1", "tape": "^4.9.1" }, "devDependencies": { "mocha": "*", "should": "*", "expect.js": "^0.3.1" } }