phaxio
Version:
Send faxes with the Phaxio API
35 lines (34 loc) • 695 B
JSON
{
"author": {
"name": "Chad Smith",
"email": "chad@nospam.me",
"url": "http://twitter.com/chadsmith"
},
"contributors": [
{
"name": "Francis Gulotta",
"email": "wizard@roborooter.com",
"url": "http://rbrtr.com"
}
],
"name": "phaxio",
"description": "Send faxes with the Phaxio API",
"keywords": [
"fax",
"phaxio"
],
"version": "1.0.0",
"homepage": "https://github.com/chadsmith/node-phaxio",
"repository": {
"type": "git",
"url": "git://github.com/chadsmith/node-phaxio.git"
},
"engines": {
"node": ">=4.0.0"
},
"main": "./phaxio.js",
"dependencies": {
"mime": "1.2.x",
"request": "^2.87.0"
}
}