35 lines
843 B
JSON
35 lines
843 B
JSON
{
|
|
"name": "insight-ui",
|
|
"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",
|
|
"insight-ui",
|
|
"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",
|
|
"test": "cd app && ng test --code-coverage",
|
|
"test:ci": "cd app && npm run test:ci"
|
|
},
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"@angular/cli": "^1.7.3",
|
|
"npm-run-all": "^4.0.2"
|
|
}
|
|
}
|