{
  "name": "happyuc-keyfile-recognizer",
  "version": "1.0.0",
  "description": "Checks for valid structure of happyuc webu-secret-storage/presale keyfiles",
  "main": "src/index.js",
  "scripts": {
    "test": "mocha",
    "coverage": "istanbul cover _mocha",
    "coveralls": "cat ./coverage/lcov.info | coveralls"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/happyuc-project/happyuc-keyfile-recognizer.git"
  },
  "keywords": [
    "happyuc",
    "blockchain",
    "webu",
    "webu-secret-storage",
    "keyfile",
    "ghuc",
    "huc",
    "parity",
    "happpyucj",
    "happyucjs",
    "pyhappyuc"
  ],
  "author": "Luca Zeug",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/happyuc-project/happyuc-keyfile-recognizer/issues"
  },
  "homepage": "https://github.com/happyuc-project/happyuc-keyfile-recognizer#readme",
  "dependencies": {
    "json-structure-diff": "^0.0.2",
    "underscore": "^1.8.3"
  },
  "devDependencies": {
    "chai": "^4.1.2",
    "coveralls": "^3.0.0",
    "eslint": "^4.19.1",
    "eslint-config-airbnb-base": "^12.1.0",
    "eslint-plugin-import": "^2.9.0",
    "istanbul": "^0.4.5",
    "mocha": "^5.0.5",
    "mocha-lcov-reporter": "^1.3.0"
  },
  "directories": {
    "test": "test"
  }
}
