wson-dom-connector
Version:
Serialize DOM nodes to xPaths with wson.
40 lines (39 loc) • 895 B
JSON
{
"name": "wson-dom-connector",
"version": "0.7.163",
"description": "Serialize DOM nodes to xPaths with wson.",
"main": "index.js",
"scripts": {
"test": "mocha",
"deploy": "npm install && npm test && npm publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mchalapuk/wson-dom-connector.git"
},
"keywords": [
"dom",
"wson",
"serialize",
"xpath",
"browser",
"node"
],
"author": "Maciej Chałapuk",
"license": "MIT",
"bugs": {
"url": "https://github.com/mchalapuk/wson-dom-connector/issues"
},
"homepage": "https://github.com/mchalapuk/wson-dom-connector",
"devDependencies": {
"coffee-script": "^1.12.7",
"jsdom": "^16.4.0",
"mocha": "^8.2.1",
"should": "^13.2.3",
"wson": "^2.8.2"
},
"dependencies": {
"offensive": "^2.7.40",
"simple-xpath-position": "^2.0.0"
}
}