-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 718 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 718 Bytes
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
{
"name": "ssl-insecure-content-fixer",
"version": "2.7.2",
"description": "SSL Insecure Content Fixer",
"main": "Gruntfile.js",
"browserslist": [
"> 0.5%",
"ios >= 9.3.5",
"not dead"
],
"devDependencies": {
"@babel/cli": "^7.6.4",
"@babel/core": "^7.6.4",
"@babel/preset-env": "^7.6.3",
"grunt": "^1.0.4",
"grunt-babel": "^8.0.0",
"grunt-contrib-uglify-es": "^3.3.0",
"grunt-eslint": "^22.0.0",
"grunt-shell": "^3.0.1"
},
"repository": {
"type": "git",
"url": "https://github.com/webaware/ssl-insecure-content-fixer"
},
"author": "WebAware https://shop.webaware.com.au/",
"license": "GPL-2.0",
"homepage": "https://ssl.webaware.net.au/"
}