{
  "name": "markdown-it-chords",
  "version": "1.0.3",
  "description": "Add support for lyric sheet chords in markdown.",
  "main": "index.js",
  "scripts": {
    "build": "make build",
    "coverage": "yarn test && nyc report -r text-lcov | coveralls",
    "docs": "./readme.js",
    "lint": "eslint .",
    "pub": "echo deprecated, use make publish",
    "test": "nyc --check-coverage --lines 100 mocha"
  },
  "keywords": [
    "markdown-it",
    "markdown"
  ],
  "author": "David Hunt",
  "license": "MIT",
  "devDependencies": {
    "browserify": "^16.2.3",
    "coveralls": "^3.1.0",
    "eslint": "^5.16.0",
    "markdown-it": "^8.4.2",
    "markdown-it-testgen": "^0.1.5",
    "mocha": "^6.1.4",
    "nyc": "^14.1.1",
    "terser": "^3.17.0"
  },
  "dependencies": {},
  "directories": {
    "doc": "docs",
    "test": "test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dnotes/markdown-it-chords.git"
  },
  "bugs": {
    "url": "https://github.com/dnotes/markdown-it-chords/issues"
  },
  "homepage": "https://dnotes.github.io/markdown-it-chords"
}
