fedex
Version:
FedEx API for Node.JS
38 lines (37 loc) • 786 B
JSON
{
"name": "fedex",
"version": "0.0.1",
"description": "FedEx API for Node.JS",
"author": "Sundarrajan K | hephesthesis",
"maintainers": [
"Sundarrajan K"
],
"repository": {
"type": "git",
"url": "https://github.com/hephesthesis/node-fedex"
},
"bugs": {
"url": "https://github.com/hephesthesis/node-fedex/issues"
},
"main": "./lib/index.js",
"directories": {
"doc": "docs",
"example": "example"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"extend": "^1.2.1",
"soap": "^0.8.0",
"xml2json": "~0.6.1"
},
"homepage": "https://github.com/hephesthesis/node-fedex",
"devDependencies": {},
"keywords": [
"fedex",
"pickup",
"ship"
],
"license": "ISC"
}