-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.66 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
52
53
54
{
"name": "facgtracker",
"version": "1.0.0",
"description": "Our application is about : 1. Tracking students attendance and their behavior . 2. Improve learning process by giving and taking feedback from/to students . 3. Notify students if they have a bad behavior by getting red flag . 4. Easier for facilitator to obtain student information .",
"main": "index.js",
"directories": {
"test": "test"
},
"dependencies": {
"bcrypt": "^2.0.1",
"body-parser": "^1.18.3",
"connect-ensure-login": "^0.1.1",
"cookie-session": "^2.0.0-beta.3",
"env2": "^2.2.0",
"express": "^4.16.3",
"express-handlebars": "^3.0.0",
"express-passport-logout": "^0.1.0",
"express-session": "^1.15.6",
"googleapis": "^30.0.0",
"jsonwebtoken": "^8.2.1",
"passport": "^0.4.0",
"passport-github": "^1.1.0",
"pg": "^7.4.3",
"request": "^2.87.0",
"serve-favicon": "^2.5.0",
"sweetalert": "^2.1.0",
"sweetalert2": "^7.20.10"
},
"devDependencies": {
"eslint": "^4.19.1",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-import": "^2.12.0",
"nodemon": "^1.17.4",
"supertest": "^3.1.0",
"tap-spec": "^4.1.1",
"tape": "^4.9.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "ENV=development nodemon src/index.js",
"start": "node src/index.js",
"build": "node src/model/db_build.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/FACG4/FACGTracker.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/FACG4/FACGTracker/issues"
},
"homepage": "https://github.com/FACG4/FACGTracker#readme"
}