-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 850 Bytes
/
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
{
"name": "gulp-koa",
"version": "0.2.0",
"description": "Koa dev service (based on gulp-koa-service by CoLee <[email protected]>)",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sesser/gulp-koa.git"
},
"keywords": [
"gulp",
"koa",
"gulpplugin"
],
"author": "Randy Sesser <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/sesser/gulp-koa/issues"
},
"homepage": "https://github.com/sesser/gulp-koa#readme",
"dependencies": {
"debug": "^2.2.0",
"deepmerge": "^0.2.10",
"gulp-util": "^3.0.6",
"mkdirp": "^0.5.1",
"os-tmpdir": "^1.0.1",
"through2": "^2.0.0"
},
"devDependencies": {
"mocha": "^2.2.5",
"should": "^7.1.0"
}
}