push_to_urbanairship
Version:
Easy config and push function to Urban Airship phone notifications
24 lines (23 loc) • 548 B
JSON
{
"author": "Vlad Vega",
"name": "push_to_urbanairship",
"description": "Easy config and push function to Urban Airship phone notifications",
"version": "0.0.2",
"repository": {
"url": "https://github.com/VladVega/pushToUrbanAirship",
"type":"git"
},
"main": "pushToUrbanAirship.js",
"keywords": [
"urban",
"airship",
"urbanairship",
"push notifications"
],
"dependencies": {
"request": "2.27.x"
},
"engines": {
"node": ">=0.8"
}
}