-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 1.04 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
{
"name": "bachelor_website",
"version": "1.0.0",
"description": "Bachelor project for creating three-dimensional point clouds in a browser",
"main": "server.js",
"directories": {
"lib": "lib"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "nodemon server.js",
"server": "start server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ovejorgensen/bachelor_website.git"
},
"keywords": [],
"author": "Ove Kristian Jørgensen and Tor-Fredrik Torgersen",
"license": "ISC",
"bugs": {
"url": "https://github.com/ovejorgensen/bachelor_website/issues"
},
"homepage": "https://github.com/ovejorgensen/bachelor_website#readme",
"dependencies": {
"axios": "^0.19.2",
"body-parser": "^1.19.0",
"child_process": "^1.0.2",
"express": "^4.17.1",
"express-fileupload": "^1.1.6",
"handlebars": "^4.7.3",
"jquery": "^3.4.1",
"three": "^0.114.0",
"vanilla-router": "^1.2.7"
},
"devDependencies": {
"nodemon": "^2.0.2"
}
}