-
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) · 1.09 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.09 KB
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": "node-work",
"version": "1.0.0",
"description": "This repo for resolve homework on nodejs courses",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AlexMold/node-work.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/AlexMold/node-work/issues"
},
"homepage": "https://github.com/AlexMold/node-work#readme",
"dependencies": {
"co-busboy": "^1.3.1",
"config": "^1.19.0",
"gulp": "^3.9.1",
"gulp-nodemon": "^2.0.6",
"koa": "^1.2.0",
"koa-bodyparser": "^2.0.1",
"koa-logger": "^1.3.0",
"koa-mount": "^1.3.0",
"koa-passport": "^1.3.1",
"koa-route": "^2.4.2",
"koa-router": "^5.4.0",
"koa-session-mongoose": "^1.0.0",
"koa-static": "^2.0.0",
"koa-views": "^4.1.0",
"lodash": "^4.11.1",
"mime": "^1.3.4",
"mongoose": "^4.4.12",
"passport-local": "^1.0.0",
"run-sequence": "^1.1.5",
"should": "^8.3.0",
"swig": "^1.4.2",
"thunkify": "^2.1.2"
}
}