四好公路
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

38 lines
1011 B

3 years ago
{
"name": "koa-csrf",
"description": "CSRF tokens for koa",
"version": "2.5.0",
"author": {
"name": "Jonathan Ong",
"email": "me@jongleberry.com",
"url": "http://jongleberry.com",
"twitter": "https://twitter.com/jongleberry"
},
"license": "MIT",
"repository": "koajs/csrf",
"dependencies": {
"csrf": "^3.0.0"
},
"devDependencies": {
"co-body": "*",
"istanbul-harmony": "0",
"koa": "0",
"koa-session": "^3.1.0",
"mocha": "*",
"should": "*",
"supertest": "*"
},
"scripts": {
"test": "NODE_ENV=test mocha --harmony --reporter spec --require should",
"test-cov": "NODE_ENV=test node --harmony node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha -- --reporter dot --require should",
"test-travis": "NODE_ENV=test node --harmony node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha --report lcovonly -- --reporter dot --require should"
},
"files": [
"index.js"
],
"keywords": [
"koa",
"csrf"
]
}