iframeable
Version:
Checks is website is safe against iframing and clickjacking attack
46 lines (45 loc) • 1 kB
JSON
{
"name": "iframeable",
"version": "0.1.4",
"description": "Checks is website is safe against iframing and clickjacking attack",
"preferGlobal": true,
"main": "./index.js",
"bin": {
"iframeable": "./index.js"
},
"scripts": {
"test": "npm run jshint && npm run e2e",
"jshint": "jshint *.js",
"e2e": "node index.js https://github.com"
},
"repository": {
"type": "git",
"url": "git@github.com:bahmutov/iframeable.git"
},
"keywords": [
"website",
"security",
"iframe",
"clickjacking",
"attack"
],
"author": "Gleb Bahmutov <gleb.bahmutov@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/bahmutov/iframeable/issues"
},
"homepage": "https://github.com/bahmutov/iframeable",
"dependencies": {
"chalk": "1.0.0",
"check-types": "1.4.0",
"request": "2.55.0"
},
"devDependencies": {
"jshint": "2.7.0",
"pre-git": "0.2.1"
},
"pre-commit": [
"npm test",
"npm version"
]
}