-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
51 lines (51 loc) · 1.23 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
{
"name": "MEAN_MVC_2ndTutorial",
"version": "1.0.0",
"description": "Queues your questions.",
"main": "server.js",
"scripts": {
"test": "mocha",
"postinstall": "bower cache clean && bower install"
},
"repository": {
"type": "git",
"url": "https://github.com/Hitman666/MEAN_MVC_2ndTutorial.git"
},
"devDependencies": {
"mocha": "^2.2.4",
"chai": "^2.3.0"
},
"engines": {
"node": "12.16.2",
"npm": "6.14.4"
},
"keywords": [
"Event Moderation",
"Questions"
],
"author": "Nikola Brežnjak <[email protected]> (http://www.nikola-breznjak.com/)",
"license": "ISC",
"dependencies": {
"body-parser": "^1.12.3",
"bower": "^1.4.1",
"connect-flash": "^0.1.1",
"cookie": "^0.1.2",
"error-handler": "^1.0.0",
"express": "^4.10.7",
"express-logger": "0.0.3",
"express-ls-routes": "^1.0.2",
"express-partials": "^0.3.0",
"express-path": "^0.3.8",
"express-session": "^1.11.1",
"express.io": "^1.1.13",
"jade": "^1.9.2",
"json3": "^3.3.2",
"mongoose": "^4.1.10",
"nodemon": "^1.3.7",
"q": "^1.3.0",
"serve-favicon": "^2.2.0",
"serve-static": "^1.9.2",
"socket.io": "^1.3.5",
"socket.io-client": "^1.3.5"
}
}