-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
42 lines (42 loc) · 1.02 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "koa-static2",
"version": "0.1.8",
"description": "Middleware for Koa@2 to serve a folder under a name declared by user",
"main": "index.js",
"scripts": {
"test": "mocha --compilers js:babel-register --require babel-polyfill"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Secbone/koa-static2.git"
},
"keywords": [
"koa",
"middleware",
"static",
"serve",
"send"
],
"author": "Secbone",
"license": "MIT",
"bugs": {
"url": "https://github.com/Secbone/koa-static2/issues"
},
"homepage": "https://github.com/Secbone/koa-static2#readme",
"dependencies": {
"babel-runtime": "^6.9.2",
"koa-send": "^3.2.0"
},
"devDependencies": {
"babel-plugin-transform-runtime": "^6.9.0",
"babel-polyfill": "^6.9.1",
"babel-preset-es2015": "^6.9.0",
"babel-preset-stage-3": "^6.3.13",
"babel-register": "^6.9.0",
"gulp": "^3.9.0",
"gulp-babel": "^6.1.1",
"koa": "^2.0.0",
"mocha": "^2.4.5",
"supertest": "^1.2.0"
}
}