pushbots-api
Version:
An interface to Pushbots API.
32 lines (31 loc) • 598 B
JSON
{
"name": "pushbots-api",
"description": "An interface to Pushbots API.",
"version": "0.0.1",
"author": "Amr sobhy <amr@pushbots.com>",
"contributors": [
{
"name": "Abdullah Diaa",
"email": "abdullah@pushbots.com"
}
],
"keywords": [
"pushbots",
"push",
"push notifications",
"api"
],
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/pushbots/pushbots-nodejs.git"
},
"dependencies": {
"request": "^2.53.0",
"merge": "1.2.x"
},
"engines": {
"node": ">= 0.6.14"
},
"license": "MIT"
}