curl_tester
Version:
This package creates curl command for http2
30 lines (29 loc) • 653 B
JSON
{
"name": "curl_tester",
"version": "1.0.0",
"description": "This package creates curl command for http2 ",
"main": "index.js",
"scripts": {
"test": "jest --testLocationInResults true"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cemtopkaya/curl_tester.git"
},
"keywords": [
"CURL",
"HTTP2"
],
"author": "Cem Topkaya",
"license": "MIT",
"bugs": {
"url": "https://github.com/cemtopkaya/curl_tester/issues"
},
"homepage": "https://github.com/cemtopkaya/curl_tester#readme",
"devDependencies": {
"jest": "^26.0.1"
},
"dependencies": {
"string-to-argv": "^1.0.0"
}
}