-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
36 lines (36 loc) · 1002 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "onesignal-ngx",
"version": "2.0.1",
"description": "This is a JavaScript module that can be used to easily include OneSignal code in a website or app that uses Angular for its front-end codebase.",
"author": "rgomezp",
"contributors": [
{
"name": "Rodrigo Gomez-Palacio"
}
],
"homepage": "https://onesignal.com",
"repository": "https://github.com/OneSignal/onesignal-ngx.git",
"license": "MIT",
"peerDependencies": {
"@angular/common": ">=11.0.9",
"@angular/core": ">=11.0.9"
},
"dependencies": {
"tslib": "^2.0.0"
},
"main": "bundles/onesignal-ngx.umd.js",
"module": "fesm2015/onesignal-ngx.js",
"es2015": "fesm2015/onesignal-ngx.js",
"esm2015": "esm2015/onesignal-ngx.js",
"fesm2015": "fesm2015/onesignal-ngx.js",
"typings": "onesignal-ngx.d.ts",
"sideEffects": false,
"keywords": [
"onesignal",
"push",
"notification",
"push notification",
"angular"
],
"metadata": "onesignal-ngx.metadata.json"
}