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.
36 lines
832 B
36 lines
832 B
{
|
|
"name": "koa-send",
|
|
"description": "Transfer static files",
|
|
"repository": "koajs/send",
|
|
"version": "2.0.3",
|
|
"keywords": [
|
|
"koa",
|
|
"file",
|
|
"static",
|
|
"sendfile"
|
|
],
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"devDependencies": {
|
|
"istanbul-harmony": "0",
|
|
"koa": "1",
|
|
"mocha": "^2.3.3",
|
|
"should": "3",
|
|
"supertest": "0"
|
|
},
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"debug": "^3.2.5",
|
|
"mz": "^2.0.0",
|
|
"resolve-path": "^1.2.1"
|
|
},
|
|
"scripts": {
|
|
"test": "mocha --require should --reporter spec",
|
|
"test-cov": "node ./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha -- --require should",
|
|
"test-travis": "node ./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha --report lcovonly -- --require should"
|
|
},
|
|
"publishConfig": {
|
|
"tag": "latest-2"
|
|
}
|
|
}
|
|
|