-
Notifications
You must be signed in to change notification settings - Fork 238
/
package.json
74 lines (74 loc) · 1.73 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "gracejs",
"version": "2.2.8",
"description": "A Nodejs SFB(Separation of Front and Back ends) framework, build with koa 2.x",
"main": "./src/app.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha",
"dev": "./node_modules/.bin/nodemon --inspect bin/server.js",
"start": "node bin/server.js --env=production"
},
"repository": {
"type": "git",
"url": "https://github.com/xiongwilee/koa-grace.git"
},
"keywords": [
"koa",
"koajs",
"koa-grace",
"gracejs"
],
"author": "xiongwilee",
"bugs": {
"url": "https://github.com/xiongwilee/koa-grace/issues"
},
"homepage": "https://github.com/xiongwilee/koa-grace",
"engines": {
"node": ">=7.6.0"
},
"dependencies": {
"bluebird": "3.4.6",
"bytes": "^2.4.0",
"co": "^4.6.0",
"co-body": "^4.2.0",
"compressible": "^2.0.8",
"consolidate": "^0.15.1",
"copy-to": "^2.0.1",
"crc": "^3.5.0",
"debug": "^2.6.0",
"formidable": "^1.0.17",
"glob": "^7.1.2",
"http-errors": "^1.5.0",
"is-type-of": "^1.2.0",
"koa": "^2.11.0",
"koa-compose": "^3.1.0",
"koa-is-json": "^1.0.0",
"koa-send": "^3.2.0",
"koa-session": "^6.2.0",
"methods": "^1.1.2",
"minimatch": "^3.0.3",
"mongoose": "^5.8.7",
"nunjucks": "^3.2.0",
"path-to-regexp": "^1.6.0",
"pedding": "^1.1.0",
"raven": "^0.12.1",
"request": "^2.75.0",
"statuses": "^1.3.0",
"strip-json-comments": "^2.0.1",
"swig": "^1.4.2",
"swiger": "0.0.2",
"uid-safe": "^2.1.5"
},
"devDependencies": {
"eslint": "^4.4.1",
"mm": "^2.0.0",
"mocha": "^7.0.0",
"nodemon": "^1.10.2",
"should": "^11.1.0",
"supertest": "^2.0.0"
},
"license": "MIT"
}