dom-to-string
Version:
Cross browser DOM to string converter.
37 lines (36 loc) • 813 B
JSON
{
"name": "dom-to-string",
"version": "1.0.1",
"description": "Cross browser DOM to string converter.",
"main": "index.js",
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "https://github.com/hemanth/dom-to-string.git"
},
"keywords": [
"dom",
"DOM",
"browser",
"convert"
],
"contributors": [
"hemanth.hm <hemanth.hm@gmail.com> (http://www.h3manth.com)"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/hemanth/dom-to-string/issues"
},
"homepage": "https://github.com/hemanth/dom-to-string",
"devDependencies": {
"gulp": "^3.8.10",
"gulp-6to5": "^3.0.0",
"gulp-rename": "^1.2.0",
"gulp-run": "^1.6.6",
"gulp-sourcemaps": "^1.3.0",
"gulp-watch": "^4.1.0",
"mochify": "^2.2.0"
}
}