initial release
Showing
.idea/modules.xml
0 → 100644
.idea/onesignal-node.iml
0 → 100644
.idea/preferred-vcs.xml
0 → 100644
.idea/vcs.xml
0 → 100644
.idea/workspace.xml
0 → 100644
This diff is collapsed.
lib/client.js
0 → 100644
lib/constants.js
0 → 100644
lib/index.js
0 → 100644
lib/notification.js
0 → 100644
package-lock.json
0 → 100644
This diff is collapsed.
package.json
0 → 100644
{ | ||
"name": "onesignal-node", | ||
"version": "0.0.1", | ||
"description": "A Node.js Library for OneSignal push notification service", | ||
"main": "./lib/index.js", | ||
"scripts": { | ||
"test": "mocha --reporter spec" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/KolektifLabs/onesignal-node.git" | ||
}, | ||
"keywords": [ | ||
"onesignal", | ||
"one-signal", | ||
"gcm", | ||
"signal", | ||
"notification" | ||
], | ||
"author": "Zeynel <zeynel.fxgx@gmail.com>", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/KolektifLabs/onesignal-node.git/issues" | ||
}, | ||
"homepage": "https://github.com/KolektifLabs/onesignal-node.git#readme", | ||
"devDependencies": { | ||
"chai": "^4.1.0", | ||
"mocha": "^3.4.2" | ||
}, | ||
"dependencies": { | ||
"request": "^2.81.0" | ||
} | ||
} |
test/test.js
0 → 100644
Please
register
or
sign in
to comment