convert-cssxpath
Version:
Convert CSS into XPath
38 lines (37 loc) • 723 B
JSON
{
"name": "convert-cssxpath",
"version": "1.0.3",
"license": "BSD",
"description": "Convert CSS into XPath",
"author": "sergeidyga",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/sergeidyga/cssxpath.git"
},
"dependencies": {
"cli-color": "^1.2.0"
},
"devDependencies": {
"mocha": "^5.0.0"
},
"homepage": "https://github.com/sergeidyga/cssxpath",
"keywords": [
"xpath",
"css",
"css-convert",
"css-selectors",
"css to xpath",
"css2xpath",
"csstoxpath"
],
"scripts": {
"test": "mocha"
},
"bugs": {
"url": "https://github.com/sergeidyga/cssxpath/issues"
},
"directories": {
"test": "test"
}
}