mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-19 03:48:18 -07:00
33 lines
703 B
JSON
33 lines
703 B
JSON
|
{
|
||
|
"name": "marked",
|
||
|
"version": "0.3.5",
|
||
|
"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.5",
|
||
|
"_resolution": {
|
||
|
"type": "version",
|
||
|
"tag": "v0.3.5",
|
||
|
"commit": "88ce4df47c4d994dc1b1df1477a21fb893e11ddc"
|
||
|
},
|
||
|
"_source": "git://github.com/chjj/marked.git",
|
||
|
"_target": "~0.3.3",
|
||
|
"_originalSource": "marked"
|
||
|
}
|