-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 967 Bytes
/
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
{
"name": "Wisdom",
"version": "2.1.0",
"description": "Final project app for Advance Programming, Database Administration, and Database Management Systems 2",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lacsinagramar/wisdom.git"
},
"keywords": [
"Wisdom",
"Tutor"
],
"author": "Gramar Lacsina",
"license": "ISC",
"bugs": {
"url": "https://github.com/lacsinagramar/wisdom.git/issues"
},
"homepage": "https://github.com/lacsinagramar/wisdom.git#readme",
"dependencies": {
"body-parser": "^1.17.2",
"dotenv": "^4.0.0",
"express": "^4.15.3",
"express-session": "^1.15.4",
"method-override": "^2.3.9",
"morgan": "^1.8.2",
"mysql": "^2.13.0",
"pug": "^2.0.0-rc.2",
"serve-static": "^1.12.3",
"socket.io": "^2.0.3",
"moment": "^2.18.1",
"jquery": "3.2.1"
}
}