mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 14:49:53 +00:00
f4d26d5cdc
- insomnia-app@1.0.36 - insomnia-libcurl@0.0.16
15 lines
310 B
JSON
15 lines
310 B
JSON
{
|
|
"name": "insomnia-libcurl",
|
|
"version": "0.0.16",
|
|
"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.28"
|
|
}
|
|
}
|