-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.15 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
{
"name": "tdt4242",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"async": "^2.6.0",
"bcryptjs": "^2.4.3",
"body-parser": "^1.18.2",
"colors": "^1.1.2",
"cors": "^2.8.4",
"ejs": "^2.5.7",
"express": "^4.16.2",
"helmet": "^3.11.0",
"http": "0.0.0",
"json-fn": "^1.1.1",
"jwt-simple": "^0.5.1",
"mailgun-js": "^0.16.0",
"mocha": "^5.0.1",
"moment": "^2.20.1",
"mongoose": "^5.0.7",
"morgan": "^1.9.0",
"path": "^0.12.7",
"querystring": "^0.2.0",
"should": "^13.2.1",
"socket.io": "^2.0.4",
"socket.io-client": "^2.0.4",
"supertest": "^3.0.0",
"validator": "^9.4.1"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node ./server/server.js",
"stop": "node ./server/server.stop.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TDT4242/tdt4242-webapp.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/TDT4242/tdt4242-webapp/issues"
},
"homepage": "https://github.com/TDT4242/tdt4242-webapp#readme"
}