flosight-api/package.json

31 lines
699 B
JSON

{
"name": "insight",
"description": "A bitcoin block explorer and API.",
"version": "1.0.0",
"repository": "git://github.com/bitpay/insight.git",
"bugs": {
"url": "https://github.com/bitpay/insight/issues"
},
"homepage": "https://github.com/bitpay/insight",
"license": "MIT",
"keywords": [
"insight",
"blockchain",
"block explorer",
"bitcoin",
"bitcore",
"API"
],
"bitcoreNode": "bitcore-node",
"scripts": {
"postinstall": "run-s install-app",
"install-app": "cd app && npm install",
"start": "run-s watch-app",
"watch-app": "cd app && npm start"
},
"dependencies": {},
"devDependencies": {
"npm-run-all": "^4.0.2"
}
}