htte-plugin-builtin
Version:
htte plugin builtin
31 lines (30 loc) • 673 B
JSON
{
"name": "htte-plugin-builtin",
"version": "0.6.1",
"description": "htte plugin builtin",
"main": "src/index.js",
"scripts": {
"test": "htte htte/htte.yaml"
},
"keywords": [
"htte",
"htte-plugin",
"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": {
"mockjs": "^1.0.1-beta3",
"numeral": "^2.0.6",
"timestring": "^5.0.1"
}
}