UNPKG

easypostjs

Version:

EasyPost API wrapper and command line utility for node.js.

52 lines (51 loc) 988 B
{ "name": "easypostjs", "description": "EasyPost API wrapper and command line utility for node.js.", "version": "0.0.1", "author": "Nick Baugh <niftylettuce@gmail.com>", "contributors": [ { "name": "Nick Baugh", "email": "niftylettuce@gmail.com" } ], "keywords": [ "easypost", "teelaunch", "shirts", "pricing", "shipping", "postage", "usps", "kickstarter", "indiegogo", "crowdtilt", "fedex", "ups" ], "homepage": "https://github.com/easypost/easypost-node", "repository": { "type": "git", "url": "https://github.com/easypost/easypost-node.git" }, "engines": { "node": "0.8.x", "npm": "1.1.x" }, "main": "index", "bin": { "easypost": "./bin/easypost" }, "dependencies": { "commander": "~1.1.1", "underscore": "~1.4.3", "csv": "~0.2.6", "async": "~0.1.22" }, "devDependencies": { "vows": "*" }, "scripts": { "test": "vows test/*" } }