{
  "name": "gedcomx-js",
  "version": "2.8.0",
  "description": "JavaScript object model for GEDCOM X",
  "main": "src/index.js",
  "scripts": {
    "test": "mocha && npm run test:core && npm run test:rs && npm run test:records && npm run test:atom",
    "test:core": "mocha test/core/*.js",
    "test:rs": "mocha test/rs/*.js",
    "test:records": "mocha test/records/*.js",
    "test:atom": "mocha test/atom/*.js",
    "docs": "jsdoc -c jsdoc.json",
    "prepublish": "npm run build",
    "coverage": "istanbul cover --report lcovonly _mocha -- --recursive && codecov",
    "build": "mkdir -p dist && npm run build:full && npm run build:min",
    "build:full": "webpack --output-filename gedcomx.js",
    "build:min": "webpack --output-filename gedcomx.min.js --optimize-minimize"
  },
  "devDependencies": {
    "chai": "^3.5.0",
    "chai-json-schema": "^1.3.0",
    "codecov": "^1.0.1",
    "gedcomx-json-schema": "^1.5.0",
    "ink-docstrap": "^1.3.0",
    "istanbul": "^0.4.3",
    "jsdoc": "^3.4.0",
    "mocha": "^2.4.5",
    "webpack": "^1.13.2"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/rootsdev/gedcomx-js.git"
  },
  "files": [
    "src",
    "dist"
  ],
  "keywords": [
    "gedcomx",
    "genealogy"
  ],
  "author": "",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/rootsdev/gedcomx-js/issues"
  },
  "homepage": "https://github.com/rootsdev/gedcomx-js#readme"
}
