summary refs log tree commit diff
path: root/static/bower_components/simplemde/package.json
blob: 2c3954bcddda6e8a3696361f093e20eac268bb84 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
  "name": "simplemde",
  "version": "1.11.2",
  "description": "A simple, beautiful, and embeddable JavaScript Markdown editor. Features autosaving and spell checking.",
  "keywords": [
    "embeddable",
    "markdown",
    "editor",
    "javascript",
    "wysiwyg"
  ],
  "homepage": "https://github.com/NextStepWebs/simplemde-markdown-editor",
  "main": "./src/js/simplemde.js",
  "license": "MIT",
  "company": "Next Step Webs, Inc.",
  "author": {
    "name": "Wes Cossick",
    "url": "http://www.WesCossick.com"
  },
  "bugs": {
    "url": "https://github.com/NextStepWebs/simplemde-markdown-editor/issues"
  },
  "dependencies": {
    "codemirror": "*",
    "codemirror-spell-checker": "*",
    "marked": "*"
  },
  "devDependencies": {
    "browserify": "*",
    "debug": "*",
    "eslint": "*",
    "gulp": "*",
    "gulp-concat": "*",
    "gulp-debug": "*",
    "gulp-eslint": "*",
    "gulp-header": "*",
    "gulp-jsbeautifier": "*",
    "gulp-clean-css": "*",
    "gulp-rename": "*",
    "gulp-uglify": "*",
    "vinyl-source-stream": "*",
    "vinyl-buffer": "*"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/NextStepWebs/simplemde-markdown-editor"
  }
}