{
  "name": "mos-core",
  "version": "1.0.2",
  "description": "Markdown parser",
  "files": [
    "dist/"
  ],
  "main": "dist/es5/index.js",
  "jsnext:main": "dist/esnext/index.js",
  "typings": "dist/es5/index.d.ts",
  "scripts": {
    "test:code": "tsc && mocha",
    "test": "npm run test:code && npm run lint",
    "lint": "eslint test/ && tslint -c tslint.json ./src/**/*.ts",
    "cover": "istanbul cover -x \"**/*.spec.js\" node_modules/mocha/bin/_mocha -- -R spec",
    "postcover": "remap-istanbul -i coverage/esnext/coverage.raw.json -o coverage/ts/coverage.raw.json && remap-istanbul -i coverage/esnext/coverage.raw.json -o coverage/ts/lcov.info -t lcovonly && remap-istanbul -i coverage/esnext/coverage.raw.json -o coverage/ts/lcov-report -t html",
    "md": "mos",
    "tsc": "tsc",
    "compile": "tsc && babel dist/esnext --out-dir dist/es5 --copy-files --source-maps",
    "prepublish": "npm run compile"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/mosjs/mos/tree/master/packages/mos-core"
  },
  "keywords": [
    "markdown",
    "md",
    "parser",
    "mos"
  ],
  "author": {
    "name": "Zoltan Kochan",
    "email": "zoltan.kochan@gmail.com",
    "url": "http://kochan.io"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/mosjs/mos/issues"
  },
  "homepage": "https://github.com/mosjs/mos/tree/master/packages/mos-core#readme",
  "dependencies": {
    "babel-run-async": "^1.0.0",
    "babel-runtime": "^6.9.0",
    "ccount": "^1.0.0",
    "collapse-white-space": "^1.0.0",
    "core-js": "^2.4.0",
    "file-position": "0.0.0",
    "is-promise": "^2.1.0",
    "longest-streak": "^1.0.0",
    "markdown-table": "^0.4.0",
    "parse-entities": "^1.0.2",
    "repeat-string": "^1.5.4",
    "stringify-entities": "^1.0.1",
    "trim": "0.0.1",
    "trim-trailing-lines": "^1.0.0",
    "unist-util-remove-position": "^1.0.0"
  },
  "devDependencies": {
    "babel-cli": "^6.9.0",
    "babel-plugin-add-module-exports": "^0.2.1",
    "babel-plugin-transform-runtime": "^6.9.0",
    "babel-preset-es2015": "^6.9.0",
    "babel-register": "^6.9.0",
    "camelcase": "^3.0.0",
    "chai": "^3.4.1",
    "clone": "^1.0.2",
    "eslint": "^2.13.1",
    "eslint-config-standard": "^5.3.0",
    "eslint-plugin-promise": "^1.1.0",
    "eslint-plugin-standard": "^1.3.2",
    "extend": "^3.0.0",
    "istanbul": "^1.0.0-alpha.2",
    "mocha": "^2.3.4",
    "remap-istanbul": "^0.6.4",
    "tslint": "^3.13.0",
    "typescript": "^1.8.10"
  },
  "engines": {
    "node": ">=4"
  }
}
