blob: bec9951065ee60842c01d89e64b245a0c9c97911 [file] [edit]
{
"author": {
"email": "nathan@tootallnate.net",
"name": "Nathan Rajlich",
"url": "http://n8.io/"
},
"bugs": {
"url": "https://github.com/webmodules/dom-serialize/issues"
},
"bundleDependencies": false,
"dependencies": {
"custom-event": "~1.0.0",
"ent": "~2.2.0",
"extend": "^3.0.0",
"void-elements": "^2.0.0"
},
"deprecated": false,
"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"
}