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.
36 lines
678 B
36 lines
678 B
2 years ago
|
{
|
||
|
"name": "dom-serializer",
|
||
|
"version": "0.1.1",
|
||
|
"description": "render dom nodes to string",
|
||
|
"author": "Felix Boehm <me@feedic.com>",
|
||
|
"keywords": [
|
||
|
"html",
|
||
|
"xml",
|
||
|
"render"
|
||
|
],
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git://github.com/cheeriojs/dom-renderer.git"
|
||
|
},
|
||
|
"main": "./index.js",
|
||
|
"files": [
|
||
|
"index.js"
|
||
|
],
|
||
|
"dependencies": {
|
||
|
"domelementtype": "^1.3.0",
|
||
|
"entities": "^1.1.1"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"cheerio": "*",
|
||
|
"expect.js": "^0.3.1",
|
||
|
"jshint": "^2.9.1-rc1",
|
||
|
"lodash": "^4.17.11",
|
||
|
"mocha": "^5.2.0",
|
||
|
"xyz": "^3.0.0"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"test": "mocha test.js"
|
||
|
},
|
||
|
"license": "MIT"
|
||
|
}
|