{
  "name": "cicero-core",
  "version": "0.2.46",
  "description": "Cicero Core - implementation of Accord Protocol Template Specification",
  "engines": {
    "node": ">=8",
    "npm": ">=3"
  },
  "files": [
    "lib"
  ],
  "main": "index.js",
  "scripts": {
    "prepare": "nearleyc ./lib/tdl.ne -o ./lib/tdl.js",
    "pretest": "npm run lint",
    "lint": "eslint .",
    "postlint": "npm run licchk",
    "licchk": "license-check",
    "test": "mocha && nyc mocha"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/accordproject/cicero.git"
  },
  "keywords": [
    "accord",
    "cicero",
    "smart",
    "contract"
  ],
  "author": "accordproject.org",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/accordproject/cicero/issues"
  },
  "homepage": "https://github.com/accordproject/cicero#readme",
  "devDependencies": {
    "browserfs": "^1.1.0",
    "chai": "^3.5.0",
    "chai-as-promised": "^6.0.0",
    "chai-things": "^0.2.0",
    "eslint": "^4.6.1",
    "jsdoc": "^3.5.5",
    "license-check": "^1.1.5",
    "mocha": "^3.4.2",
    "mockery": "^2.0.0",
    "nyc": "^11.3.0",
    "sinon": "^4.0.1"
  },
  "dependencies": {
    "composer-common": "0.17.4",
    "config": "^1.24.0",
    "debug": "^2.6.2",
    "glob": "^7.1.2",
    "gunzip-maybe": "^1.4.1",
    "ietf-language-tag-regex": "^0.0.5",
    "jszip": "^3.1.4",
    "jura-compiler": "^0.0.19",
    "minimatch": "^3.0.4",
    "moment": "^2.20.1",
    "moo": "^0.4.3",
    "nearley": "^2.12.1",
    "request-promise-native": "^1.0.5",
    "stream-to-string": "^1.1.0",
    "streamifier": "^0.1.1",
    "tar-fs": "^1.16.0",
    "tar-stream": "^1.5.5",
    "tmp-promise": "^1.0.4",
    "winston": "^2.3.1",
    "xregexp": "^4.0.0"
  },
  "license-check-config": {
    "src": [
      "**/*.js",
      "!./test/data/**/*",
      "!./coverage/**/*",
      "!./node_modules/**/*",
      "!./out/**/*",
      "!./lib/tdl.js"
    ],
    "path": "header.txt",
    "blocking": true,
    "logInfo": false,
    "logError": true
  },
  "nyc": {
    "produce-source-map": "true",
    "sourceMap": "inline",
    "reporter": [
      "lcov",
      "text-summary",
      "html",
      "json"
    ],
    "include": [
      "lib/**/*.js"
    ],
    "exclude": [
      "lib/tdl.js"
    ],
    "all": true,
    "check-coverage": true,
    "statements": 86,
    "branches": 64,
    "functions": 88,
    "lines": 85
  }
}
