-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.27 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
{
"name": "IEEE_GUC_online_system",
"version": "1.2.0",
"description": "Backend API for IEEE GUC SB online system to manage interactions with all related applications and includes the API required to all main application functionalities and Database management.",
"main": "server.js",
"scripts": {
"test": "mocha",
"test-cov": "istanbul cover _mocha",
"start": "node -e 'require(\"./server.js\")(function() {})'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/KEMDAK/IEEEGUCSB-System.git"
},
"author": "IEEE GUC SB Tech Development",
"license": "MIT",
"bugs": {
"url": "https://github.com/KEMDAK/IEEEGUCSB-System/issues"
},
"homepage": "https://github.com/KEMDAK/IEEEGUCSB-System#readme",
"dependencies": {
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.17.1",
"dotenv": "^2.0.0",
"ejs": "^2.5.6",
"email-templates": "^2.5.4",
"es5-ext": "^0.10.12",
"express": "^4.15.2",
"express-validator": "^2.20.10",
"fs-extra": "^2.0.0",
"jsonwebtoken": "^7.3.0",
"method-override": "^2.3.6",
"multer": "^1.3.0",
"mysql": "^2.11.1",
"nodemailer": "^2.7.0",
"sequelize": "^3.30.2"
},
"devDependencies": {
"chai": "^3.5.0",
"chai-http": "^3.0.0",
"mocha": "^3.2.0"
}
}