-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 864 Bytes
/
package.json
File metadata and controls
43 lines (43 loc) · 864 Bytes
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
{
"name": "TOSC-Result",
"version": "0.0.1",
"description": "TOSC Result Portal",
"keywords": [
"koa",
"tosc",
"result",
"portal"
],
"main": "index",
"author": {
"name": "Bhanu Pratap Chaudhary",
"email": "bhanu423@gmail.com"
},
"repository": {
"type": "git",
"url": "https://github.com/bhanuc/tosc.git"
},
"dependencies": {
"co-monk": "^1.0.0",
"co-views": "^0.2.0",
"ejs": "^2.0.8",
"koa": "*",
"koa-better-ratelimit": "^0.1.1",
"koa-compress": "^1.0.8",
"koa-logger": "^1.2.2",
"koa-mount": "^1.3.0",
"koa-router": "^3.4.0",
"koa-static": "^1.4.8",
"monk": "^0.9.0",
"should": "^4.4.2"
},
"license": "MIT",
"engines": {
"node": ">= 0.11.13"
},
"devDependencies": {
"mocha": "^2.1.0",
"should": "^4.0.4",
"supertest": "^0.15.0"
}
}