{
  "name": "opentimestamp",
  "version": "0.1.9",
  "description": "ECMAScript/JS 6 Node library for creating compact, portable Open Timestamps attestations.",
  "keywords": [
    "opentimestamps",
    "opentimestamp",
    "timestamp",
    "blockchain",
    "bitcoin",
    "attestation"
  ],
  "main": "index.js",
  "scripts": {
    "docs": "jsdoc --configure jsdocs.json --destination ../../../docs/jsdocs",
    "lint": "eslint .",
    "lint-fix": "eslint . --fix",
    "start": "node frontend.js",
    "test": "jest && coveralls < ../../../docs/coverage/lcov.info",
    "test:watch": "jest --watchAll"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/OpenDataFormats/opentimestamp.git"
  },
  "author": {
    "name": "David Arvan",
    "email": "david@opendataformats.org"
  },
  "license": "Unlicense",
  "bugs": {
    "url": "https://github.com/OpenDataFormats/opentimestamp/issues"
  },
  "homepage": "https://github.com/OpenDataFormats/opentimestamp",
  "dependencies": {
    "google-protobuf": "^3.9.1"
  },
  "devDependencies": {
    "coveralls": "^3.0.11",
    "eslint": "^5.6.0",
    "eslint-config-airbnb": "^17.1.0",
    "eslint-plugin-import": "^2.14.0",
    "eslint-plugin-jsx-a11y": "^6.1.1",
    "eslint-plugin-react": "^7.18.3",
    "eslint-plugin-standard": "^4.0.1",
    "jest": "^25.1.0",
    "jsdoc": "^3.6.3"
  },
  "jest": {
    "verbose": true,
    "collectCoverage": true,
    "coverageDirectory": "../../../docs/coverage",
    "coveragePathIgnorePatterns": [
      "/node_modules/",
      "/models/"
    ]
  }
}
