forked from koajs/kick-off-koa
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 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
43
44
45
46
{
"name": "kick-off-koa",
"version": "2.0.0",
"description": "An intro to koa via a set of self-guided workshops",
"main": "kick-off-koa.js",
"scripts": {
"test": "node test.js",
"snyk-protect": "snyk protect",
"prepublish": "npm run snyk-protect"
},
"bin": {
"kick-off-koa": "kick-off-koa.js"
},
"keywords": [
"koa",
"workshop",
"node-school"
],
"repository": {
"type": "git",
"url": "[email protected]:koajs/kick-off-koa.git"
},
"author": "dead_horse <[email protected]>",
"license": "MIT",
"dependencies": {
"colors-tmpl": "^1.0.0",
"combined-stream": "0.0.7",
"freeport": "^1.0.4",
"pedding": "^1.0.0",
"strip-ansi": "^3.0.1",
"through2": "^0.6.3",
"urllib": "^2.7.0",
"workshopper": "^2.3.1",
"workshopper-exercise": "^2.3.0",
"snyk": "^1.25.0"
},
"devDependencies": {
"co-body": "^5.1.1",
"co-views": "^2.1.0",
"ejs": "^2.5.7",
"glob": "^4.4.1",
"koa": "^2.5.0",
"koa-session": "^5.8.1"
},
"snyk": true
}