summaryrefslogtreecommitdiffstats
path: root/core/vendor/marked/.bower.json
blob: 058b951d4b7ee9a170ec2e50dce0392649c138c9 (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
{
  "name": "marked",
  "version": "0.3.6",
  "homepage": "https://github.com/chjj/marked",
  "authors": [
    "Christopher Jeffrey <chjjeffrey@gmail.com>"
  ],
  "description": "A markdown parser built for speed",
  "keywords": [
    "markdown",
    "markup",
    "html"
  ],
  "main": "lib/marked.js",
  "license": "MIT",
  "ignore": [
    "**/.*",
    "node_modules",
    "bower_components",
    "app/bower_components",
    "test",
    "tests"
  ],
  "_release": "0.3.6",
  "_resolution": {
    "type": "version",
    "tag": "v0.3.6",
    "commit": "eddec20467c2d10c7769061ee9074e268500966f"
  },
  "_source": "https://github.com/chjj/marked.git",
  "_target": "0.3.6",
  "_originalSource": "marked"
}