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