mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 06:39:48 +00:00
18 lines
424 B
JSON
18 lines
424 B
JSON
{
|
|
"name": "insomnia-libcurl",
|
|
"version": "2.1.4",
|
|
"author": "Gregory Schier <greg.schier@konghq.com>",
|
|
"description": "Insomnia libcurl wrapper",
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "node --version"
|
|
},
|
|
"dependencies": {
|
|
"fstream": "^1.0.12",
|
|
"insomnia-node-libcurl": "^2.0.0-alpha.0-1",
|
|
"tar": "^4.4.10"
|
|
},
|
|
"gitHead": "e46bf021cf4b4379e31d2b2d9025d476d6839fa1"
|
|
}
|