UNPKG

coindaddy

Version:
35 lines (34 loc) 816 B
{ "name": "coindaddy", "version": "1.0.0", "description": "nodejs API for Coindaddy Reputation service", "scripts": { "test": "node app.js", "start": "node app.js" }, "keywords": [ "coindaddy", "coindaddy reputation", "bitcoins", "bitcoin" ], "author": { "name": "sgsshankar", "email": "sgsshankarnarayanan@gmail.com", "url": "http://github.com/sgsshankar" }, "main": "coindaddy.js", "repository": { "type": "git", "url": "git://github.com/sgsshankar/coindaddy-reputation-nodejs.git" }, "bugs": { "url": "https://github.com/sgsshankar/coindaddy-reputation-nodejs/issues" }, "dependencies": { "express": "^4.13.3", "promise": "^7.0.4", "unirest": "^0.4.2" }, "license": "Apache License" }