UNPKG

postage

Version:

Node.JS PostageApp API Client

34 lines 855 B
{ "name":"postage", "author":"unfolio <hello@unfol.io>", "contributors":[ { "name": "Kevin Sakhuja", "email" : "kevin.sakhuja@gmail.com" }, { "name": "Edward Hotchkiss", "email": "edwardhotchkiss@me.com" } ], "homepage": "http://unfolio.github.com/postage", "description":"Node.JS PostageApp API Client", "version":"0.0.2", "repository":{ "type":"git", "url":"git://github.com/unfolio/postage.git" }, "keywords":["postage","app","mail","smtp","send"], "main":"./lib/postage", "engines":{ "node":">= 0.6.0 < 0.7.0" }, "dependencies":{}, "devDependencies":{ "vows":"0.6.2" }, "bugs": { "url": "https://github.com/unfolio/postage/issues" }, "licenses":[{ "type":"MIT", "url":"http://github.com/unfolio/postage/LICENSE" }], "scripts":{ "test":"vows test/*.test.js --spec" } }