forked from hmilkovi/confi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 856 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
{
"name": "confi",
"version": "1.0.0",
"description": "Confi System",
"main": "app.js",
"scripts": {
"test-integration": "mocha --require mocha-steps ./test/integration/test.js",
"test-unit": "mocha --require mocha-steps ./test/unit/test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hmilkovi/confi.git"
},
"author": "Hrvoje Milkovic",
"license": "ISC",
"bugs": {
"url": "https://github.com/hmilkovi/confi/issues"
},
"homepage": "https://github.com/hmilkovi/confi#readme",
"dependencies": {
"chai": "^4.2.0",
"chai-http": "^4.3.0",
"express": "^4.17.1",
"mocha": "^6.2.2",
"mocha-steps": "^1.3.0",
"njwt": "^1.0.0",
"nodemailer": "^6.3.1",
"nodemailer-sendgrid-transport": "^0.2.0",
"pg-promise": "^10.3.1",
"swagger-ui-express": "^4.1.2"
}
}