UNPKG

libxmljs-dom

Version:
43 lines (42 loc) 931 B
{ "name": "libxmljs-dom", "version": "0.0.17", "description": "DOM wrapper for libxmljs", "keywords": [ "dom", "html", "xml", "libxml", "libxmljs", "native", "parser" ], "repository": { "type": "git", "url": "https://github.com/libxmljs/libxmljs-dom.git" }, "author": { "name": "rchipka", "email": "chipka01@email.franklin.edu" }, "dependencies": { "needle": ">=0.9.2", "libxmljs": "^0.19.5", "css2xpath": "0.0.1" }, "devDependencies": { "nodeunit": "0.9.0" }, "scripts": { "test": "node ./node_modules/.bin/nodeunit test" }, "license": "MIT", "main": "index", "engines": { "node": ">= 0.10.x" }, "readmeFilename": "Readme.md", "bugs": { "url": "https://github.com/libxmljs/libxmljs-dom/issues" } }