diff --git a/package.json b/package.json index 51e12e9..60bc920 100644 --- a/package.json +++ b/package.json @@ -1,30 +1,38 @@ { - "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.", + "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": "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" - }], + "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" }, @@ -45,6 +53,7 @@ "scripts": { "test": "NODE_ENV=test mocha -R spec --recursive" }, + "main": "lib", "bitcoreNode": "lib", "dependencies": { "async": "*",