whmcs
Version:
WHMCS API client.
38 lines (37 loc) • 738 B
JSON
{
"name": "whmcs",
"description": "WHMCS API client.",
"version": "1.2.2",
"author": "Pedro Dias <petermdias@gmail.com>",
"maintainers": [
"apocas <petermdias@gmail.com>"
],
"contributors": [
"Pedro Dias <petermdias@gmail.com>",
"Enzo Martin <enzo.r.martin@gmail.com>",
"Pedro Pacheco <pedro.mpp@gmail.com>"
],
"repository": {
"type": "git",
"url": "http://github.com/apocas/node-whmcs.git"
},
"keywords": [
"whmcs",
"hosting"
],
"dependencies": {
"request": "2.21.x",
"xml2js": "0.4.x"
},
"devDependencies": {
"chai": "~1.7.0",
"mocha": "~1.12.0"
},
"scripts": {
"test": "make test"
},
"main": "./whmcs",
"engines": {
"node": ">= 0.4"
}
}