UNPKG

noopener-js

Version:

Prevents phishing attacks when use target="_blank".

31 lines (30 loc) 739 B
{ "name": "noopener-js", "version": "1.0.1", "description": "Prevents phishing attacks when use target=\"_blank\".", "main": "Gruntfile.js", "scripts": { "test": "grunt test" }, "repository": { "type": "git", "url": "git+https://github.com/XmlmXmlmX/noopener.js.git" }, "keywords": [ "rel-noopener", "target-blank" ], "author": "Sebastian Hösl", "license": "MIT", "bugs": { "url": "https://github.com/XmlmXmlmX/noopener.js/issues" }, "homepage": "https://github.com/XmlmXmlmX/noopener.js#readme", "devDependencies": { "bower": "^1.7.9", "grunt": "^1.0.1", "grunt-contrib-jshint": "^1.0.0", "grunt-contrib-uglify": "^2.0.0", "grunt-contrib-watch": "^1.0.0" } }