25 lines
591 B
JSON
25 lines
591 B
JSON
{
|
|
"name": "rich-text-parser",
|
|
"version": "1.0.2",
|
|
"description": "html to json parser work for weapp rich-text",
|
|
"main": "./lib/parser.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/Chaunjie/rich-text-parser.git"
|
|
},
|
|
"keywords": [
|
|
"rich-text",
|
|
"html",
|
|
"json"
|
|
],
|
|
"author": "chaunjie",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/Chaunjie/rich-text-parser/issues"
|
|
},
|
|
"homepage": "https://github.com/Chaunjie/rich-text-parser#readme"
|
|
}
|