-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) 路 1.69 KB
/
Copy pathpackage.json
File metadata and controls
59 lines (59 loc) 路 1.69 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
51
52
53
54
55
56
57
58
59
{
"name": "ng-browser-detector",
"version": "1.1.7",
"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": "^10"
},
"scripts": {
"build": "grunt build",
"develop": "grunt develop",
"lint": "grunt lint",
"postbuild": "sh ./scripts/postbuild.sh",
"prebuild": "sh ./scripts/prebuild.sh",
"prepublishOnly": "node ./scripts/prepublish.js",
"prerelease": "npm run build",
"release": "sh ./scripts/release.sh",
"start": "grunt serve",
"test": "npm run lint",
"watch": "grunt watch"
},
"keywords": [
"angularjs-browser-detector",
"platform-detector",
"ng-browser-detector",
"browser-detector",
"device-detector",
"angularjs-device-detector"
],
"peerDependencies": {
"angular": ">=1.6.0"
},
"devDependencies": {
"@babel/core": "^7.2.2",
"@babel/preset-env": "^7.2.3",
"angular": "^1.7.5",
"babel-preset-minify": "^0.5.0",
"chalk": "^2.4.1",
"eslint": "^5.11.1",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.14.0",
"grunt": "^1.0.3",
"grunt-babel": "^8.0.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-connect": "^2.0.0",
"grunt-contrib-uglify": "^4.0.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-eslint": "^21.0.0",
"grunt-sass": "^3.0.2",
"husky": "^1.3.1",
"load-grunt-tasks": "^4.0.0",
"sass": "^1.15.2"
}
}