mirror of
https://github.com/Kong/insomnia
synced 2024-11-12 17:26:32 +00:00
2074738a7a
- insomnia-plugin-prompt@1.1.6 - insomnia-app@1.0.34 - insomnia-httpsnippet@1.16.12 - insomnia-libcurl@0.0.14
15 lines
310 B
JSON
15 lines
310 B
JSON
{
|
|
"name": "insomnia-libcurl",
|
|
"version": "0.0.14",
|
|
"author": "Gregory Schier <gschier1990@gmail.com>",
|
|
"description": "Insomnia libcurl wrapper",
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "node --version"
|
|
},
|
|
"dependencies": {
|
|
"insomnia-node-libcurl": "^1.2.26"
|
|
}
|
|
}
|