{ "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.1.12", "author": { "name": "Ryan X Charles", "email": "ryan@bitpay.com" }, "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" } ], "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": "*" }, "bin": "insight.js", "scripts": { "start": "node node_modules/grunt-cli/bin/grunt" }, "dependencies": { "bitcore": "=0.1.19", "base58-native": "0.1.2", "async": "*", "leveldown": "*", "levelup": "*", "glob": "*", "soop": "=0.1.5", "commander": "*", "bignum": "*", "express": "~3.4.7", "buffertools": "*", "should": "~2.1.1", "socket.io": "~0.9.16", "moment": "~2.5.0", "sinon": "~1.7.3", "chai": "~1.8.1", "xmlhttprequest": "~1.6.0", "bufferput": "git://github.com/bitpay/node-bufferput.git" }, "devDependencies": { "grunt": "~0.4.2", "grunt-cli": "~0.1.11", "grunt-env": "~0.4.1", "grunt-contrib-jshint": "~0.8.0", "grunt-contrib-watch": "~0.5.3", "grunt-concurrent": "~0.4.2", "grunt-nodemon": "~0.2.0", "grunt-mocha-test": "~0.8.1", "should": "2.1.1", "grunt-markdown": "~0.5.0" } }