2023-10-21 16:16:11 +00:00
|
|
|
{
|
|
|
|
"name": "neutral",
|
2023-10-31 16:00:25 +00:00
|
|
|
"version": "0.1.1",
|
2023-10-21 16:16:11 +00:00
|
|
|
"description": "Panel d'administration de Raphix",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
|
|
|
"start": "nodemon ./bin/www"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://git.raphix.fr/infrastructure/neutral.git"
|
|
|
|
},
|
|
|
|
"nodemonConfig": {
|
|
|
|
"ext": "js, html",
|
|
|
|
"ignore": [
|
|
|
|
"*.json"
|
|
|
|
],
|
|
|
|
"delay": "10000000"
|
|
|
|
},
|
|
|
|
"keywords": [],
|
|
|
|
"dependencies": {
|
|
|
|
"cookie-parser": "~1.4.4",
|
|
|
|
"debug": "~2.6.9",
|
|
|
|
"ejs": "~2.6.1",
|
|
|
|
"express": "~4.16.1",
|
|
|
|
"http-errors": "~1.6.3",
|
2023-10-31 16:00:25 +00:00
|
|
|
"loguix": "1.4.1",
|
2023-10-21 16:16:11 +00:00
|
|
|
"nodemon": "^3.0.1"
|
|
|
|
},
|
|
|
|
"author": "Raphix",
|
|
|
|
"license": "ISC"
|
|
|
|
}
|