feat: move to express web application
Showing
.eslintrc.js
deleted
100644 → 0
.eslintrc.yml
0 → 100644
.gitlab-ci.yml
deleted
100644 → 0
app.js
0 → 100644
bin/www
0 → 100755
controllers/routes/index.js
0 → 100644
{ | { | ||
"name": "impactometre", | "name": "impactometre", | ||
"version": "1.0.0", | "version": "0.0.0", | ||
"description": "", | "private": true, | ||
"main": "index.js", | "scripts": { | ||
"dependencies": {}, | "start": "node ./bin/www", | ||
"devstart": "DEBUG=impactometre:* nodemon ./bin/www", | |||
"lint": "npx eslint ." | |||
}, | |||
"dependencies": { | |||
"cookie-parser": "~1.4.4", | |||
"debug": "~2.6.9", | |||
"ejs": "~2.6.1", | |||
"express": "~4.16.1", | |||
"http-errors": "~1.6.3", | |||
"morgan": "~1.9.1" | |||
}, | |||
"devDependencies": { | "devDependencies": { | ||
"eslint": "^6.7.2", | "eslint": "^6.8.0", | ||
"eslint-config-standard": "^14.1.0", | "eslint-config-standard": "^14.1.0", | ||
"eslint-plugin-import": "^2.19.1", | "eslint-plugin-import": "^2.19.1", | ||
"eslint-plugin-node": "^10.0.0", | "eslint-plugin-node": "^10.0.0", | ||
"eslint-plugin-promise": "^4.2.1", | "eslint-plugin-promise": "^4.2.1", | ||
"eslint-plugin-standard": "^4.0.1" | "eslint-plugin-standard": "^4.0.1", | ||
}, | "nodemon": "^2.0.2" | ||
"scripts": { | } | ||
"test": "echo \"Error: no test specified\" && exit 1" | |||
}, | |||
"repository": { | |||
"type": "git", | |||
"url": "git@gitlab.utc.fr:tx-techno-num/impactometre.git" | |||
}, | |||
"author": "", | |||
"license": "ISC" | |||
} | } |
public/javascripts/.gitkeep
0 → 100644
public/stylesheets/style.css
0 → 100644
views/error.ejs
0 → 100644
Please register or sign in to comment