node-opensignal-api
Version:
OneSignal API client for node.js
27 lines (26 loc) • 722 B
JSON
{
"name": "node-opensignal-api",
"version": "0.0.3",
"description": "OneSignal API client for node.js",
"keywords": ["onesignal", "gamethrive", "rest", "push", "notifications"],
"homepage": "https://github.com/SeVeNDuS/node-onesignal-api",
"author": "Daniel Rubio <sevendus@gmail.com>",
"maintainers": [
"Daniel Rubio <sevendus@gmail.com>"
],
"licenses": {
"type": "MIT",
"url": "https://raw.githubusercontent.com/SeVeNDuS/node-onesignal-api/master/LICENSE"
},
"repository": {
"type": "git",
"url": "https://github.com/SeVeNDuS/node-onesignal-api.git"
},
"dependencies": {
"request": "2.9.153"
},
"engines": {
"node": ">=0.10.0"
},
"main": "./lib/client.js"
}