Version 0.2.0 - PREVERSION - Ajout de certaines fonctionnalités
All checks were successful
Neutral/pipeline/head This commit looks good
All checks were successful
Neutral/pipeline/head This commit looks good
This commit is contained in:
@ -1,10 +1,11 @@
|
||||
{
|
||||
"name": "neutral",
|
||||
"version": "0.1.3",
|
||||
"version": "0.2.0",
|
||||
"description": "Panel d'administration de Raphix",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"start": "nodemon ./bin/www"
|
||||
"start": "nodemon ./bin/www",
|
||||
"dev": "set DEV=true & nodemon ./bin/www"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -24,9 +25,11 @@
|
||||
"debug": "~2.6.9",
|
||||
"ejs": "~2.6.1",
|
||||
"express": "~4.16.1",
|
||||
"express-favicon": "^2.0.4",
|
||||
"http-errors": "~1.6.3",
|
||||
"loguix": "1.4.1",
|
||||
"nodemon": "^3.0.1",
|
||||
"socket.io": "^4.7.2",
|
||||
"uuid": "^9.0.1"
|
||||
},
|
||||
"author": "Raphix",
|
||||
|
Reference in New Issue
Block a user