{
  "name": "fcash-insight",
  "description": "A bitcoin block explorer and API.",
  "version": "8.0.5",
  "repository": "git://github.com/fcash-wallet/fcash-insight.git",
  "bugs": {
    "url": "https://github.com/fcash-wallet/fcash-insight/issues"
  },
  "homepage": "https://github.com/fcash-wallet/fcash-insight",
  "license": "MIT",
  "keywords": [
    "insight",
    "insight-ui",
    "blockchain",
    "block explorer",
    "bitcoin",
    "fcash",
    "API"
  ],
  "fcashNode": "fcash-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"
  }
}
