{ "name": "insight-bitcore-api", "description": "An open-source bitcoin blockchain API. The Insight API provides you with a convenient, powerful and simple way to query and broadcast data on the bitcoin network and build your own services with it.", "version": "0.3.0", "repository": "git://github.com/bitpay/insight-api.git", "contributors": [{ "name": "Matias Alejo Garcia", "email": "ematiu@gmail.com" }, { "name": "Manuel Araoz", "email": "manuelaraoz@gmail.com" }, { "name": "Mario Colque", "email": "colquemario@gmail.com" }, { "name": "Gustavo Cortez", "email": "cmgustavo83@gmail.com" }, { "name": "Juan Ignacio Sosa Lopez", "email": "bechilandia@gmail.com" }, { "name": "Ivan Socolsky", "email": "jungans@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" }, "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" } }