restivle
Version:
A simple request wrapper and variable compiler for making HTTP(s) based API calls.
33 lines (32 loc) • 764 B
JSON
{
"name": "restivle",
"version": "0.10.10",
"description": "A simple request wrapper and variable compiler for making HTTP(s) based API calls.",
"main": "restivle.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/Tackyshot/restivle.git"
},
"keywords": [
"request",
"api-request",
"restivle",
"REST",
"api",
"request"
],
"author": "Dillon Osman & Sean Pichardo",
"license": "MIT",
"readmeFilename":"README.md",
"bugs": {
"url": "https://github.com/Tackyshot/restivle/issues"
},
"homepage": "https://github.com/Tackyshot/restivle",
"dependencies": {
"handlebars": "^3.0.0",
"request": "^2.53.0"
}
}