Remove submodule
This commit is contained in:
parent
f969dbb290
commit
89b74e8ef8
50 changed files with 32051 additions and 10 deletions
12
resources/pagedown/package.json
Normal file
12
resources/pagedown/package.json
Normal file
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"name": "pagedown",
|
||||
"version": "1.0.0",
|
||||
"description": "markdown converter, based on showdown",
|
||||
"repository": { "type": "hg", "url": "https://code.google.com/p/pagedown/" },
|
||||
"keywords": ["markdown"],
|
||||
"license": "MIT",
|
||||
"files": ["Markdown.Converter.js", "Markdown.Sanitizer.js", "node-pagedown.js"],
|
||||
"main": "node-pagedown.js",
|
||||
"bugs": "http://code.google.com/p/pagedown/issues/list",
|
||||
"homepage": "http://code.google.com/p/pagedown/wiki/PageDown"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue