You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
599 B
26 lines
599 B
{
|
|
"name": "towxml",
|
|
"version": "2.1.5",
|
|
"description": "HTML、Markdown转WXML(WeiXin Markup Language)渲染库",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/sbfkcel/towxml.git"
|
|
},
|
|
"keywords": [
|
|
"html to wxml",
|
|
"markdown to wxml",
|
|
"html2wxml",
|
|
"mark2wxml",
|
|
"wxml"
|
|
],
|
|
"author": "单炒饭",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/sbfkcel/towxml/issues"
|
|
},
|
|
"homepage": "https://github.com/sbfkcel/towxml#readme"
|
|
}
|
|
|