-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.14 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
{
"name": "foncia_technical_test",
"version": "0.0.1",
"description": "Foncia manager api",
"main": "index.js",
"scripts": {
"start": "nodemon",
"test": "mocha --timeout 10000 --exit"
},
"repository": {
"type": "git",
"url": "git+https://github.com/materazu/foncia_technical_test.git"
},
"keywords": [
"api",
"rest",
"jwt",
"mocha",
"login",
"listing",
"paginate"
],
"author": "Julien Moulin",
"license": "ISC",
"bugs": {
"url": "https://github.com/materazu/foncia_technical_test/issues"
},
"homepage": "https://github.com/materazu/foncia_technical_test#readme",
"nodemonConfig": {
"ignore": [
"test/*"
],
"delay": "2500"
},
"devDependencies": {
"nodemon": "^1.18.10"
},
"dependencies": {
"body-parser": "^1.18.3",
"chai": "^4.2.0",
"chai-http": "^4.2.1",
"config": "^3.0.1",
"express": "^4.16.4",
"jsonwebtoken": "^8.5.0",
"mocha": "^6.0.2",
"mongoose": "^5.4.19",
"mongoose-paginate-v2": "^1.0.24",
"morgan": "^1.9.1",
"passport": "^0.4.0",
"passport-jwt": "^4.0.0",
"swagger-ui-express": "^4.0.2"
}
}