36 lines
773 B
JSON
36 lines
773 B
JSON
|
{
|
||
|
"name": "dom-serialize",
|
||
|
"version": "2.2.1",
|
||
|
"description": "Serializes any DOM node into a String",
|
||
|
"main": "index.js",
|
||
|
"scripts": {
|
||
|
"test": "make test"
|
||
|
},
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git://github.com/webmodules/dom-serialize.git"
|
||
|
},
|
||
|
"keywords": [
|
||
|
"browser",
|
||
|
"node",
|
||
|
"dom",
|
||
|
"serialize",
|
||
|
"string"
|
||
|
],
|
||
|
"author": "Nathan Rajlich <nathan@tootallnate.net> (http://n8.io/)",
|
||
|
"license": "MIT",
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/webmodules/dom-serialize/issues"
|
||
|
},
|
||
|
"homepage": "https://github.com/webmodules/dom-serialize",
|
||
|
"dependencies": {
|
||
|
"custom-event": "~1.0.0",
|
||
|
"ent": "~2.2.0",
|
||
|
"extend": "^3.0.0",
|
||
|
"void-elements": "^2.0.0"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"zuul": "1"
|
||
|
}
|
||
|
}
|