-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 926 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
37
38
{
"name": "ngx-cam-shoot",
"version": "1.18.0",
"author": "Rzo! <rzo.idev@gmail.com> (https://github.com/RzoDev)",
"description": "An angular component to use you device's cameras easily. Obtain and save images faster. Thought to use on mobile devices.",
"repository": {
"type": "git",
"url": "git+https://github.com/RzoDev/ngx-cam-shoot.git"
},
"bugs": {
"url": "https://github.com/RzoDev/ngx-cam-shoot/issues"
},
"homepage": "https://github.com/RzoDev/ngx-cam-shoot",
"keywords": [
"Angular",
"Angular 18",
"Cam Shoot",
"Webcam",
"Camera",
"Photo",
"Selfie",
"Smartphone",
"Tablet",
"Phone"
],
"license":"MIT",
"peerDependencies": {
"@angular/common": "^18.2.0",
"@angular/core": "^18.2.0"
},
"dependencies": {
"tslib": "^2.3.0"
},
"sideEffects": false,
"publishConfig": {
"registry": "https://registry.npmjs.org"
}
}