-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1005 Bytes
/
package.json
File metadata and controls
45 lines (45 loc) · 1005 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
44
45
{
"name": "leave",
"version": "1.0.0",
"private": true,
"description": "swe project application",
"main": "app.js",
"repository": {
"type": "git",
"url": "https://github.com/goyal-sidd/leave/"
},
"scripts": {
"test": "./node_modules/.bin/mocha",
"start": "node app.js"
},
"engines": {
"node": ">=6.0.0"
},
"engineStrict": true,
"author": "group b10",
"license": "ISC",
"dependencies": {
"async": "^2.6.0",
"bcryptjs": "*",
"bluebird": "^3.5.1",
"body-parser": "*",
"chai": "^4.1.2",
"chai-http": "^3.0.0",
"connect-flash": "*",
"cookie-parser": "^1.4.1",
"express": "*",
"express-handlebars": "*",
"express-messages": "*",
"express-session": "*",
"express-validator": "*",
"handlebars-helpers": "^0.9.8",
"mocha": "^4.0.1",
"moment": "^2.18.1",
"mongodb": "*",
"mongoose": "*",
"passport": "*",
"passport-http": "*",
"passport-local": "*",
"request": "^2.83.0"
}
}