UNPKG

401 BJSONView Raw
1{
2 "name": "1signal",
3 "version": "1.1.0",
4 "description": "One Signal Client for Node.js",
5 "main": "lib/main",
6 "scripts": {
7 "test": "echo \"Error: no test specified\" && exit 1"
8 },
9 "keywords": [
10 "onesignal",
11 "push",
12 "notification"
13 ],
14 "author": "Aref Mirhosseini <code@arefm.me> (http://arefm.me)",
15 "license": "ISC",
16 "dependencies": {
17 "request": "^2.83.0"
18 }
19}