insomnia/packages/insomnia-libcurl/package.json

18 lines
424 B
JSON
Raw Normal View History

{
"name": "insomnia-libcurl",
"version": "0.0.33",
"author": "Gregory Schier <gschier1990@gmail.com>",
"description": "Insomnia libcurl wrapper",
"license": "MIT",
"main": "index.js",
"scripts": {
2017-12-01 14:32:10 +00:00
"test": "node --version"
},
"dependencies": {
2019-06-06 13:34:06 +00:00
"fstream": "^1.0.12",
"insomnia-node-libcurl": "^2.0.0-alpha.0-1",
"tar": "^4.4.10"
2019-11-22 16:15:46 +00:00
},
"gitHead": "f325aef9ffe748b2d05562782852e83b16056210"
}