mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 06:39:48 +00:00
3cd6a84273
- insomnia-app@1.0.31 - insomnia-libcurl@0.0.12
15 lines
310 B
JSON
15 lines
310 B
JSON
{
|
|
"name": "insomnia-libcurl",
|
|
"version": "0.0.12",
|
|
"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.18"
|
|
}
|
|
}
|