koa-xframe
Version:
X-Frame-Options HTTP response header utility for Koa
41 lines (40 loc) • 1.3 kB
JSON
{
"name": "koa-xframe",
"version": "0.2.0",
"description": "X-Frame-Options HTTP response header utility for Koa",
"main": "index.js",
"scripts": {
"clean": "rimraf release coverage",
"test": "NODE_ENV=test ./node_modules/.bin/_mocha --compilers js:babel/register",
"test-cov": "NODE_ENV=test node ./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha -- --compilers js:babel/register",
"test-travis": "NODE_ENV=test node ./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha --report lcovonly -- --compilers js:babel/register",
"build": "babel ./src --out-dir ./release"
},
"author": "Pierre Brouca <pierre.brouca@icloud.com> (https://github.com/broucz)",
"license": "MIT",
"homepage": "https://github.com/broucz/koa-xframe#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/broucz/koa-xframe.git"
},
"bugs": {
"url": "https://github.com/broucz/koa-xframe/issues"
},
"keywords": [
"koa",
"X-Frame-Options"
],
"devDependencies": {
"babel": "^5.8.23",
"babel-runtime": "^5.8.25",
"chai": "^3.4.0",
"istanbul": "^0.4.0",
"koa": "^2.0.0 || ^2.0.0-alpha.1",
"mocha": "^2.3.3",
"rimraf": "^2.4.3",
"supertest": "^1.1.0"
},
"engines": {
"node": ">= 4"
}
}