-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
55 lines (55 loc) · 1.12 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
47
48
49
50
51
52
53
54
55
{
"name": "Prometheus",
"description": "Automatic on-line deployment tool",
"version": "0.0.1",
"author": "VectorHo <[email protected]>",
"contributors": [
"comeonTom <[email protected]>",
"xiaoliangChan <[email protected]>"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/VectorHo/Prometheus.git",
"bugs": "https://github.com/VectorHo/Prometheus/issues"
},
"keywords": [
"koa",
"web",
"restful"
],
"dependencies": {
"co-body": "^1.0.0",
"koa": "^0.17.0",
"koa-compress": "^1.0.8",
"koa-conditional-get": "^1.0.2",
"koa-etag": "^2.0.0",
"koa-logger": "^1.2.2",
"koa-mount": "^1.3.0",
"koa-request-id": "^1.0.1",
"koa-route": "^2.4.0",
"koa-static": "^1.4.9",
"kue": "^0.8.11",
"mongoose": "^3.8.23"
},
"devDependencies": {
"co": "*",
"mocha": "*",
"should": "^3.3.2",
"supertest": "*"
},
"engines": {
"node": ">= 0.11.16",
"iojs": ">= 1.0.0"
},
"files": [
"LICENSE",
"History.md",
"Readme.md",
"server.js",
"lib/"
],
"scripts": {
"test": "make test"
}
}