{ "name": "base58", "version": "0.0.1", "author": { "name": "Jim Myhrberg", "email": "contact@jimeh.me" }, "keywords": "base58", "description": "Base58 encoding and decoding", "licenses": [{ "type": "MIT", "url": "https://raw.github.com/jimeh/node-base58/master/LICENSE.md" }], "repository" : { "type" : "git", "url" : "http://github.com/jimeh/node-base58.git" }, "main": "./lib/base58", "engine": "node > 0.4.0 < 0.7.0", "scripts": { "test": "make test" }, "devDependencies": { "coffee-script": "1.3.1", "mocha": "1.0.x", "should": "0.6.x" } }