mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-18 11:28:23 -07:00
11 lines
249 B
JSON
11 lines
249 B
JSON
|
{
|
||
|
"name": "marked",
|
||
|
"version": "0.3.4",
|
||
|
"repo": "chjj/marked",
|
||
|
"description": "A markdown parser built for speed",
|
||
|
"keywords": ["markdown", "markup", "html"],
|
||
|
"scripts": ["lib/marked.js"],
|
||
|
"main": "lib/marked.js",
|
||
|
"license": "MIT"
|
||
|
}
|