gatsby-plugin-sri
Version:
Gatsby plugin for enabling Subresource Integrity (SRI)
36 lines (35 loc) • 826 B
JSON
{
"name": "gatsby-plugin-sri",
"version": "1.1.0",
"description": "Gatsby plugin for enabling Subresource Integrity (SRI)",
"main": "index.js",
"scripts": {
"lint": "standard",
"test": "standard"
},
"keywords": [
"gatsby",
"gatsby-plugin",
"hash",
"integrity",
"sri",
"subresource"
],
"repository": {
"type": "git",
"url": "git+https://github.com/ovhemert/gatsby-plugin-sri.git"
},
"author": "Osmond van Hemert <hello@ovhemert.dev> (https://ovhemert.dev)",
"license": "MIT",
"bugs": {
"url": "https://github.com/ovhemert/gatsby-plugin-sri/issues"
},
"homepage": "https://github.com/ovhemert/gatsby-plugin-sri#readme",
"dependencies": {
"glob": "^7.1.6",
"replace-in-file": "^5.0.2"
},
"devDependencies": {
"standard": "^14.3.1"
}
}