forked from ccgcyber/dev-plaftorm-backend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.13 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
{
"name": "gladys-dev-platform-backend",
"version": "0.1.0",
"description": "Gladys Developer Platform Back-End",
"main": "index.js",
"scripts": {
"test": "mocha 'test/**/*.js'",
"cover": "istanbul cover _mocha -- -R spec 'test/**/*.js'"
},
"author": "Pierre-Gilles Leymarie",
"license": "CC-BY-NC-SA-3.0",
"dependencies": {
"aws-sdk": "^2.45.0",
"bcrypt": "^1.0.2",
"bluebird": "^3.5.0",
"body-parser": "^1.17.1",
"ejs": "^2.5.6",
"es6-template-strings": "^2.0.1",
"express": "^4.15.2",
"geoip-lite": "^1.2.1",
"gulp-istanbul": "^1.1.1",
"gulp-mocha": "^4.3.0",
"joi": "^10.4.1",
"jsonwebtoken": "^7.4.0",
"mailgun-js": "^0.11.1",
"passport": "^0.3.2",
"passport-jwt": "^2.2.1",
"pg": "^6.1.5",
"pg-native": "^1.10.1",
"redis": "^2.7.1",
"showdown": "^1.6.4",
"squel": "^5.9.1",
"tracer": "^0.8.7",
"uuid": "^3.0.1",
"xss": "^0.3.3"
},
"devDependencies": {
"dotenv": "^4.0.0",
"gulp": "^3.9.1",
"istanbul": "^0.4.5",
"mocha": "^3.3.0",
"nock": "^9.0.13",
"should": "^11.2.1",
"supertest": "^3.0.0"
}
}