-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.29 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.29 KB
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
{
"name": "browser-detection.js",
"description": "JavaScript Detection for Mobile Devices, Internet Explorer, Browser UserAgents and Language.",
"keywords": [
"Browser",
"Browser Detection",
"UserAgent",
"Internet Explorer",
"IE",
"Language",
"Mobile",
"Desktop"
],
"homepage": "https://github.com/milanowicz/BrowserDetection.js",
"author": "milanowicz",
"version": "1.0.3",
"repository": {
"type": "git",
"url": "git@github.com:milanowicz/BrowserDetection.js.git"
},
"main": "src/BrowserDetection.js",
"license": "MIT",
"scripts": {
"build": "grunt",
"tests": "npm run test && npm run mutation",
"test": "jest --coverage",
"mutation": "stryker run"
},
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/node": "^7.26.0",
"@babel/preset-env": "^7.26.0",
"@stryker-mutator/core": "^7.3.0",
"@stryker-mutator/jest-runner": "^7.3.0",
"babel-jest": "^29.7.0",
"grunt": "^1.6.1",
"grunt-babel": "^8.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-jshint": "^3.2.0",
"grunt-contrib-uglify": "^5.2.2",
"grunt-run": "^0.8.1",
"jest": "^29.7.0",
"load-grunt-tasks": "^5.1.0",
"time-grunt": "^2.0.0"
},
"engines": {
"node": ">=18.0.0"
},
"sideEffects": false
}