samhuri.net/package.json
snyk-bot 7c4da166ac fix: package.json & .snyk to reduce vulnerabilities
The following vulnerabilities are fixed with a Snyk patch:
- https://snyk.io/vuln/npm:ejs:20161128
- https://snyk.io/vuln/npm:marked:20170112
- https://snyk.io/vuln/npm:negotiator:20160616
- https://snyk.io/vuln/npm:tar:20151103
- https://snyk.io/vuln/npm:uglify-js:20151024

Latest report for samsonjs/samhuri.net:
https://snyk.io/test/github/samsonjs/samhuri.net

Some vulnerabilities weren't fixed or ignored, and so will still fail
the Snyk test report.
2017-04-21 04:58:36 +00:00

16 lines
319 B
JSON

{
"name": "samhuri.net",
"description": "samhuri.net",
"version": "0.1.0",
"dependencies": {
"harp": "^0.23.0",
"thepusher": "^0.1.4",
"uglify-js": "^2.7.5",
"snyk": "^1.29.0"
},
"scripts": {
"snyk-protect": "snyk protect",
"prepublish": "npm run snyk-protect"
},
"snyk": true
}