mirror of
https://github.com/nextcloud/nextcloud.com.git
synced 2026-01-12 15:44:37 +00:00
27 lines
528 B
JSON
27 lines
528 B
JSON
{
|
|
"name": "remarkable",
|
|
"main": "dist/remarkable.js",
|
|
"homepage": "https://github.com/jonschlinkert/remarkable",
|
|
"description": "Markdown parser, done right. Commonmark support, extensions, syntax plugins, high speed - all in one.",
|
|
"keywords": [
|
|
"markdown",
|
|
"md",
|
|
"commonmark",
|
|
"parser"
|
|
],
|
|
"license": "MIT",
|
|
"ignore": [
|
|
"**/.*",
|
|
"benchmark",
|
|
"bower_components",
|
|
"coverage",
|
|
"demo",
|
|
"lib",
|
|
"node_modules",
|
|
"support",
|
|
"test",
|
|
"Makefile",
|
|
"index*"
|
|
]
|
|
}
|