-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
36 lines (36 loc) · 900 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
{
"name": "webgazer",
"version": "1.0.0",
"repository": {
"type": "git",
"url": "git+https://github.com/MuskanGarg07/EANA.git"
},
"devDependencies": {
"git": "^0.1.5",
"grunt": "*",
"grunt-contrib-concat": "*",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-uglify-es": "*",
"jsdoc": "^3.6.3"
},
"dependencies": {
"bootstrap": "^4.5.0",
"ejs": "^3.1.3",
"express": "^4.17.1",
"jquery": "^3.5.1",
"localforage": "^1.7.4",
"mime": "^2.4.3",
"sweetalert": "^2.1.2"
},
"description": "EANA- the educational attentiveness analyzer",
"bugs": {
"url": "https://github.com/MuskanGarg07/EANA/issues"
},
"homepage": "https://github.com/MuskanGarg07/EANA#readme",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "muskan, kshitiz, saransh",
"license": "ISC"
}