-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
46 lines (46 loc) · 1 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": "sparc-pong",
"version": "3.7.0",
"private": false,
"repository": {
"type": "git",
"url": "https://github.com/bmino/sparcPong.git"
},
"engines": {
"node": "11.10.1",
"npm": "6.10.2"
},
"scripts": {
"start": "node app.js",
"test": "mocha test"
},
"dependencies": {
"angular": "^1.7.7",
"angular-cookies": "^1.7.7",
"angular-jwt": "^0.1.10",
"angular-route": "^1.7.7",
"angular-ui-bootstrap": "^2.4.0",
"bcrypt": "^3.0.4",
"body-parser": "^1.18.3",
"bootstrap": "^3.4.1",
"dotenv": "^5.0.1",
"ejs": "^2.6.1",
"express": "^4.16.4",
"jquery": "^3.4.1",
"jsonwebtoken": "^8.5.0",
"mongoose": "^5.4.16",
"morgan": "^1.9.1",
"nodemailer": "^5.1.1",
"serve-favicon": "^2.5.0",
"socket.io": "^2.2.0",
"uuid": "^3.3.2",
"xoauth2": "^1.2.0"
},
"license": "MIT",
"devDependencies": {
"chai": "^4.2.0",
"chai-http": "^4.2.1",
"mocha": "^6.1.4",
"mongodb-memory-server": "^4.2.0"
}
}