snowyu/front-matter-markdown.js

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "front-matter-markdown",
  "description": "get the config and toc object from the markdown string.",
  "version": "0.4.5",
  "homepage": "https://github.com/snowyu/front-matter-markdown.js",
  "repository": {
    "type": "git",
    "url": "git://github.com/snowyu/front-matter-markdown.js.git"
  },
  "main": "lib/",
  "files": [
    "README.md",
    "LICENSE-MIT",
    "*.js",
    "*.coffee",
    "test",
    "src",
    "lib"
  ],
  "keywords": [
    "front-matter",
    "frontmatter",
    "markdown",
    "string",
    "toc",
    "table of content",
    "config",
    "configuration",
    "summary",
    "yaml",
    "json",
    "cson",
    "ini",
    "object"
  ],
  "dependencies": {
    "diff": "^4.0.1",
    "diff-match-patch": "^1.0.4",
    "gray-matter": "^4.0.2",
    "inherits-ex": "^1.1.4",
    "kramed": "0.5.6",
    "util-ex": "^0.3.15"
  },
  "devDependencies": {
    "chai": "~4.1.2",
    "coffee-coverage": "^1.0.0",
    "coffee-script": "^1.12.7",
    "cson": "^4.1.0",
    "grunt": "~1.0.4",
    "grunt-contrib-clean": "~1.1.0",
    "grunt-contrib-coffee": "^1.0.0",
    "grunt-contrib-copy": "~1.0.0",
    "grunt-contrib-watch": "^1.1.0",
    "grunt-mocha-test": "~0.13.0",
    "grunt-newer": "~1.3.0",
    "grunt-release": "~0.14.0",
    "istanbul": "^0.4.5",
    "mocha": "~5.0.0",
    "pre-commit": "~1.2.2",
    "rimraf": "~2.6.2",
    "shasum": "~1.0.0",
    "sinon": "~4.2.1",
    "sinon-chai": "~2.14.0"
  },
  "scripts": {
    "test": "grunt test",
    "test-cov": "grunt build && istanbul cover node_modules/.bin/_mocha --report lcovonly"
  },
  "contributors": [
    {
      "name": "Riceball LEE",
      "email": "snowyu.lee@gmail.com",
      "url": "https://github.com/snowyu"
    }
  ],
  "maintainers": [
    {
      "name": "Riceball LEE",
      "email": "snowyu.lee@gmail.com"
    }
  ],
  "pre-commit": [
    "test"
  ],
  "bugs": {
    "url": "https://github.com/snowyu/front-matter-markdown.js/issues"
  },
  "license": "MIT",
  "stability": "unstable"
}