htte-diff
Version:
diff utils for htte
30 lines (29 loc) • 599 B
JSON
{
"name": "htte-diff",
"version": "0.5.0",
"description": "diff utils for htte",
"main": "src/index.js",
"scripts": {
"test": "jest"
},
"keywords": [
"htte",
"http",
"declartive",
"test",
"testing",
"ddt"
],
"homepage": "https://github.com/sigoden/htte#readme",
"author": "Sigoden Huang <sigoden@gmail.com> (https://sigoden.com/)",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/sigoden/htte.git"
},
"dependencies": {
"htte-errors": "^0.4.0",
"htte-utils": "^0.5.0",
"lodash": "^4.17.10"
}
}