html-compare
Version:
html-compare package
46 lines (45 loc) • 963 B
JSON
{
"name": "html-compare",
"version": "0.0.1",
"description": "html-compare package",
"main": "lib/index.js",
"scripts": {
"test": "nyc mocha --recursive",
"coverage": "nyc report --reporter=text-lcov | coveralls"
},
"keywords": [
"diff",
"html",
"compare",
"semantic",
"cheerio"
],
"repository": {
"type": "git",
"url": "git+https://github.com/duongagangiang/hiff.git"
},
"author": "Duong Phan",
"license": "Zlib",
"devDependencies": {
"chai": "^4.2.0",
"coveralls": "^3.0.6",
"jshint": "^2.10.2",
"mocha": "^6.2.0",
"nyc": "^14.1.1",
"q-io": "^1.13.6"
},
"dependencies": {
"cheerio": "0.22.0",
"colors": "1.3.3",
"diff": "4.0.1",
"lodash": "4.17.15"
},
"bugs": {
"url": "https://github.com/duongagangiang/hiff/issues"
},
"homepage": "https://github.com/duongagangiang/hiff#readme",
"directories": {
"lib": "lib",
"test": "test"
}
}