2014-04-28 19:09:30 +02:00
|
|
|
{
|
|
|
|
"name": "marked",
|
2018-03-03 14:20:24 -05:00
|
|
|
"homepage": "https://github.com/markedjs/marked",
|
2014-04-28 19:09:30 +02:00
|
|
|
"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"
|
|
|
|
]
|
|
|
|
}
|