This repository has been archived by the owner on Dec 22, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.66 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
58
59
{
"name": "ng-browser-detector",
"version": "4.0.3",
"description": "AngularJs service to detect platform, browser and version",
"author": "sibiraj-s",
"license": "MIT",
"private": true,
"repository": "https://github.com/sibiraj-s/ng-browser-detector.git",
"bugs": "https://github.com/sibiraj-s/ng-browser-detector/issues",
"homepage": "https://github.com/sibiraj-s/ng-browser-detector#readme",
"engines": {
"node": ">=16",
"npm": ">=7.20.0"
},
"scripts": {
"build": "gulp build",
"lint": "eslint . --ignore-path .gitignore",
"serve": "gulp serve",
"test:watch": "karma start",
"test": "karma start --single-run",
"prepare": "is-ci || husky install"
},
"keywords": [
"angularjs-browser-detector",
"platform-detector",
"ng-browser-detector",
"browser-detector",
"device-detector",
"angularjs-device-detector"
],
"peerDependencies": {
"browser-dtector": "^3.0.0"
},
"devDependencies": {
"@babel/core": "^7.20.7",
"@babel/preset-env": "^7.20.2",
"@commitlint/cli": "^17.3.0",
"@commitlint/config-conventional": "^17.3.0",
"@rollup/plugin-babel": "^6.0.3",
"angular": "^1.8.3",
"angular-mocks": "^1.8.3",
"browser-dtector": "^3.2.0",
"browser-sync": "^2.27.11",
"eslint": "^8.30.0",
"eslint-config-pegasus": "^3.4.1",
"eslint-plugin-angular": "^4.1.0",
"gulp": "^4.0.2",
"gulp-plugin-terser": "^2.1.0",
"husky": "^8.0.2",
"is-ci": "^3.0.1",
"karma": "^6.4.1",
"karma-chrome-launcher": "^3.1.1",
"karma-jasmine": "^5.1.0",
"lint-staged": "^13.1.0",
"rollup": "^3.8.0",
"sass": "^1.57.1",
"terser": "^5.16.1"
}
}