initial commit
parents
.gitignore
0 → 100644
LICENSE
0 → 100644
README.md
0 → 100644
app.js
0 → 100644
assets/assets.json
0 → 100644
config.js
0 → 100644
figures/home.jpg
0 → 100644
49.6 KB
package-lock.json
0 → 100644
This diff is collapsed.
package.json
0 → 100644
{ | ||
"name": "node-3dps-extended", | ||
"version": "1.0.0", | ||
"description": "", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"start": "node app.js" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://gitlab.com/tomeof/node-3dps-extended.git" | ||
}, | ||
"author": "Hochschule fur Technik Stuttgart", | ||
"license": "GPL-2.0", | ||
"bugs": { | ||
"url": "https://gitlab.com/tomeof/node-3dps-extended/issues" | ||
}, | ||
"homepage": "https://gitlab.com/tomeof/node-3dps-extended#README", | ||
"dependencies": { | ||
"box-intersect": "^1.0.2", | ||
"express": "^4.17.1", | ||
"express-validator": "^6.4.0", | ||
"pug": "^2.0.4" | ||
} | ||
} | ||
\ No newline at end of file |
routes/assets.js
0 → 100644
routes/home.js
0 → 100644
routes/v1.js
0 → 100644
src/assets.js
0 → 100644