mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 14:49:53 +00:00
15 lines
309 B
JSON
15 lines
309 B
JSON
{
|
|
"name": "insomnia-libcurl",
|
|
"version": "0.0.7",
|
|
"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.25"
|
|
}
|
|
}
|