Vitaly Puzrin
10 years ago
2 changed files with 32 additions and 6 deletions
@ -0,0 +1,24 @@ |
|||
{ |
|||
"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": [ |
|||
"**/.*", |
|||
"node_modules", |
|||
"bower_components", |
|||
"test", |
|||
"Makefile", |
|||
"index*", |
|||
"lib", |
|||
"benchmark", |
|||
"demo" |
|||
] |
|||
} |
Loading…
Reference in new issue