-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.48 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
54
55
56
57
58
59
{
"name": "pop-api",
"version": "1.0.0",
"description": "POP API",
"main": "index.js",
"scripts": {
"start": "node ./sync/server.js ",
"script": "node ./sync/client.js ",
"deploy:prod": " eb deploy pop-sync",
"deploy:staging": " eb deploy pop-sync-staging",
"test": "mocha --timeout 10000"
},
"repository": {
"type": "git",
"url": "git+https://github.com/betagouv/pop-api.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/betagouv/pop-api/issues"
},
"homepage": "https://github.com/betagouv/pop-api#readme",
"dependencies": {
"asyncawait": "^1.0.6",
"aws-sdk": "^2.266.1",
"aws4": "^1.8.0",
"bcrypt": "^2.0.1",
"body-parser": "^1.18.3",
"cors": "^2.8.4",
"dotenv": "^6.0.0",
"elasticsearch": "^14.2.2",
"express": "^4.16.3",
"fs": "^0.0.1-security",
"generate-password": "^1.4.0",
"helmet": "^3.12.0",
"http-aws-es": "^6.0.0",
"http-proxy-middleware": "^0.19.0",
"jsonwebtoken": "^8.3.0",
"mongoosastic": "^4.4.1",
"mongoose": "^5.0.16",
"mongoose-paginate": "^5.0.3",
"multer": "^1.3.1",
"nodemailer": "^4.6.7",
"passport": "^0.4.0",
"passport-jwt": "^4.0.0",
"raven": "^2.6.4",
"request": "^2.87.0",
"socket.io": "^2.1.1",
"x2js": "^3.2.1",
"xml2js": "^0.4.19"
},
"devDependencies": {
"chai": "^4.1.2",
"chai-http": "^4.0.0",
"cross-env": "^5.1.6",
"mocha": "^5.2.0",
"nodemon": "^1.18.3"
}
}