-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.37 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "rm-ng-device-detection",
"version": "2.0.0",
"license": "MIT",
"description": "A highly optimized and fully customizable pure angular component for value range selection.",
"keywords": [
"library",
"angularlibrary",
"ng",
"Angular",
"native",
"angular-native",
"angular-component",
"custom",
"security",
"performance",
"device",
"device detector",
"device detection",
"rm-ng-device-detection",
"angular device detector",
"angular18"
],
"author": {
"name": "Rajat Malik",
"email": "mr.rajatmalik@gmail.com",
"url": "https://www.linkedin.com/in/errajatmalik/"
},
"homepage": "https://github.com/malikrajat/rm-ng-device-detection#readme",
"repository": {
"type": "git",
"url": "https://github.com/malikrajat/rm-ng-device-detection.git"
},
"bugs": {
"url": "https://github.com/malikrajat/rm-ng-device-detection.git/issues"
},
"peerDependencies": {
"@angular/common": "^19.0.1",
"@angular/core": "^19.0.1"
},
"dependencies": {
"tslib": "^2.3.0"
},
"sideEffects": false,
"type": "module",
"module": "fesm2022/rm-ng-device-detection.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"default": "./fesm2022/rm-ng-device-detection.mjs"
}
}
}