UNPKG

jurl

Version:

A minimal but useful cURL wrapper.

35 lines (34 loc) 597 B
{ "name": "jurl", "version": "0.2.4", "description": "A minimal but useful cURL wrapper.", "main": "./lib/jurl", "bin": { "jurl": "./bin/jurl" }, "engines": { "node": ">= 0.10.30" }, "keywords": [ "cURL", "CRUD", "GET", "PUT", "POST", "DELETE", "HEAD", "url", "http", "https" ], "repository": { "type": "git", "url": "https://github.com/instancetype/jurl.git" }, "homepage": "https://github.com/instancetype/jurl", "author": "instancetype", "license": "ISC", "dependencies": { "commander": "^2.3.0" } }