summary refs log tree commit diff
path: root/static/bower_components/simplemde/.bower.json
blob: 56f342933ce83ca115ce04bd40f02bc15c9ae9b7 (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
{
  "name": "simplemde",
  "version": "1.11.2",
  "homepage": "https://github.com/NextStepWebs/simplemde-markdown-editor",
  "authors": [
    "Wes Cossick <https://wescossick.com>"
  ],
  "description": "A simple, beautiful, and embeddable JavaScript Markdown editor.",
  "main": [
    "src/js/simplemde.js",
    "src/css/simplemde.css"
  ],
  "keywords": [
    "embeddable",
    "markdown",
    "editor",
    "javascript",
    "wysiwyg"
  ],
  "license": "MIT",
  "ignore": [
    "**/.*",
    "node_modules",
    "bower_components"
  ],
  "_release": "1.11.2",
  "_resolution": {
    "type": "version",
    "tag": "1.11.2",
    "commit": "6abda7ab68cc20f4aca870eb243747951b90ab04"
  },
  "_source": "https://github.com/sparksuite/simplemde-markdown-editor.git",
  "_target": "^1.11.2",
  "_originalSource": "simplemde",
  "_direct": true
}