{
  "name": "bootstrap-markdown-editor",
  "version": "2.2.4",
  "description": "Client-side markdown editor with the compatibility of any markdown render engine.",
  "main": "js/markdown-editor.js",
  "devDependencies": {
    "chai": "4.1.2",
    "coveralls": "3.0.1",
    "babel-core": "6.26.3",
    "babel-preset-env": "1.6.1",
    "gulp": "3.9.1",
    "gulp-copy": "0.0.2",
    "gulp-less": "3.3.0",
    "gulp-minify-css": "^1.2.0",
    "gulp-rename": "^1.2.2",
    "gulp-sourcemaps": "^1.5.2",
    "gulp-uglify": "3.0.0",
    "gulp-babel": "7.0.1",
    "karma": "2.0.2",
    "karma-chrome-launcher": "2.2.0",
    "karma-coverage": "1.1.2",
    "karma-mocha": "1.3.0",
    "karma-phantomjs-launcher": "1.0.4",
    "karma-spec-reporter": "0.0.32",
    "mocha": "5.1.1",
    "mocha-lcov-reporter": "1.3.0",
    "sinon": "5.0.7"
  },
  "scripts": {
    "test": "karma start --single-run",
    "coveralls": "cat ./coverage/lcov/**/lcov.info | ./node_modules/.bin/coveralls"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/T-Alex/MarkdownEditor.git"
  },
  "keywords": [
    "markdown",
    "editor",
    "bootstrap",
    "fullscreen"
  ],
  "author": "Alex Titarenko",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/T-Alex/MarkdownEditor/issues"
  },
  "homepage": "https://github.com/T-Alex/MarkdownEditor",
  "files": [
    "js/*.js",
    "less/*.less",
    "dist/js/*.*",
    "dist/css/*.*",
    "LICENSE"
  ]
}
