UNPKG

zater-cep

Version:

ZAter cep correios e via cep

34 lines (33 loc) 695 B
{ "name": "agent-base", "version": "2.1.1", "description": "Turn a function into an `http.Agent` instance", "main": "agent.js", "scripts": { "test": "mocha --reporter spec" }, "repository": { "type": "git", "url": "git://github.com/TooTallNate/node-agent-base.git" }, "keywords": [ "http", "agent", "base", "barebones", "https" ], "author": "Nathan Rajlich <nathan@tootallnate.net> (http://n8.io/)", "license": "MIT", "bugs": { "url": "https://github.com/TooTallNate/node-agent-base/issues" }, "devDependencies": { "mocha": "2", "ws": "0.8.0" }, "dependencies": { "extend": "~3.0.0", "semver": "~5.0.1" } }