{ "name": "insight-api", "description": "A Bitcoin blockchain REST and web socket API service for Bitcore Node.", "version": "0.3.0", "repository": "git://github.com/bitpay/insight-api.git", "contributors": [ { "name": "Gustavo Cortez", "email": "cmgustavo83@gmail.com" }, { "name": "Ivan Socolsky", "email": "jungans@gmail.com" }, { "name": "Juan Ignacio Sosa Lopez", "email": "bechilandia@gmail.com" }, { "name": "Manuel Araoz", "email": "manuelaraoz@gmail.com" }, { "name": "Matias Alejo Garcia", "email": "ematiu@gmail.com" }, { "name": "Mario Colque", "email": "colquemario@gmail.com" }, { "name": "Patrick Nagurny", "email": "patrick@bitpay.com" } ], "bugs": { "url": "https://github.com/bitpay/insight-api/issues" }, "homepage": "https://github.com/bitpay/insight-api", "license": "MIT", "keywords": [ "insight", "insight api", "blockchain", "bitcoin api", "blockchain api", "json", "bitcore" ], "engines": { "node": "*" }, "scripts": { "test": "NODE_ENV=test mocha -R spec --recursive" }, "main": "lib", "bitcoreNode": "lib", "dependencies": { "async": "*", "bitcore": "^0.13.2", "lodash": "^2.4.1" }, "devDependencies": { "mocha": "~1.16.2", "chai": "*", "should": "^2.1.1", "sinon": "^1.10.3" } }