htte-cli
Version:
cli for htte
36 lines (35 loc) • 668 B
JSON
{
"name": "htte-cli",
"version": "0.6.1",
"description": "cli for htte",
"main": "index.js",
"bin": {
"htte": "bin/htte.js"
},
"scripts": {
"test": "jest"
},
"keywords": [
"htte",
"http",
"declartive",
"test",
"testing",
"ddt"
],
"engines": {
"node": ">= 6"
},
"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": {
"commander": "^2.16.0",
"htte": "^0.6.0",
"update-notifier": "^2.5.0"
}
}