-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
40 lines (40 loc) · 1.05 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
{
"name": "lab_exp",
"version": "1.0.0",
"description": "jspsych: [jspsych](https://github.com/jspsych/jsPsych/) library",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"serve": "nodemon app.js",
"start": "node app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hauselin/lab_exp.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/hauselin/lab_exp/issues"
},
"homepage": "https://github.com/hauselin/lab_exp#readme",
"dependencies": {
"body-parser": "^1.19.0",
"connect-ensure-login": "^0.1.1",
"d3-array": "^2.5.0",
"ejs": "^3.1.3",
"express": "^4.17.1",
"express-session": "^1.17.1",
"express-useragent": "^1.0.15",
"geoip-lite": "^1.4.2",
"jstat": "^1.9.4",
"mongoose": "^5.9.18",
"morgan": "^1.10.0",
"nodemon": "^2.0.4",
"passport": "^0.4.1",
"passport-local": "^1.0.0",
"passport-local-mongoose": "^6.0.1",
"serve-favicon": "^2.5.0"
},
"devDependencies": {}
}