-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 935 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": "cos",
"version": "1.0.0",
"description": "login system of cos",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/balampbv/cos.git"
},
"keywords": [
"cos"
],
"author": "bala",
"license": "ISC",
"dependencies": {
"bcryptjs": "*",
"body-parser": "*",
"connect-flash": "*",
"cookie-parser": "^1.4.1",
"express": "*",
"express-handlebars": "*",
"express-messages": "*",
"express-session": "*",
"express-validator": "*",
"handlebars-helpers": "^0.8.0",
"mongodb": "*",
"mongoose": "*",
"multer": "^1.3.0",
"passport": "*",
"passport-http": "*",
"passport-local": "*",
"path": "^0.12.7"
},
"bugs": {
"url": "https://github.com/balampbv/cos/issues"
},
"homepage": "https://github.com/balampbv/cos#readme"
}