-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 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
{
"name": "lamba",
"version": "1.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"dev": "concurrently \"mongod\" \"node ./bin/www\" \"cd angular-src && ng serve -o\"",
"devBack": "concurrently \"mongod\" \"node ./bin/www\"",
"test": "mocha --timeout 10000 --exit"
},
"dependencies": {
"@sendgrid/mail": "^6.2.1",
"bcryptjs": "^2.4.3",
"body-parser": "^1.18.2",
"compression": "^1.7.2",
"cors": "^2.8.4",
"debug": "^3.1.0",
"express": "^4.16.2",
"helmet": "^3.12.0",
"jsdom": "^11.6.2",
"jsonwebtoken": "^8.2.0",
"moment": "^2.21.0",
"mongoose": "^5.0.9",
"morgan": "^1.9.0",
"multer": "^1.3.0",
"nodemon": "^1.17.3",
"passport": "^0.4.0",
"path": "^0.12.7",
"prompt-sync": "^4.1.6",
"socket.io": "^2.1.0",
"socketio-jwt": "^4.5.0",
"socketio-jwt-auth": "0.0.6",
"uuid": "^3.2.1",
"watson-developer-cloud": "^3.3.0"
},
"devDependencies": {
"@angular/cli": "^1.7.3",
"chai": "^4.1.2",
"chai-http": "^4.0.0",
"concurrently": "^3.5.1",
"mocha": "^5.1.1",
"mocha-logger": "^1.0.5",
"should": "^13.2.1"
}
}