-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
41 lines (41 loc) · 922 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
37
38
39
40
41
{
"name": "help.wtf",
"version": "0.1.0",
"description": "cheatsheet viewer",
"main": "index.js",
"scripts": {
"test": "node tests.js",
"start": "node index.js 80",
"snyk-protect": "snyk protect",
"prepublish": "npm run snyk-protect"
},
"repository": {
"type": "git",
"url": "."
},
"author": "Erik Moeller",
"license": "CC0-1.0",
"dependencies": {
"chokidar": "^1.0.5",
"co-body": "^5.0.0",
"ejs": "^2.3.3",
"ent": "^2.2.0",
"highlight.js": "^8.6.0",
"koa": "^1.4.1",
"koa-gzip": "^0.1.0",
"koa-log-requests": "^1.0.0",
"koa-send": "^1.3.1",
"marked": "^0.3.9",
"snyk": "^1.27.1"
},
"devDependencies": {
"co-supertest": "0.0.10",
"gulp": "^3.9.0",
"gulp-exit": "0.0.2",
"gulp-mocha-co": "^0.4.1-co.3",
"gulp-nodemon": "^2.0.4",
"mocha-co": "^1.17.1-co.1",
"supertest": "^1.1.0"
},
"snyk": true
}