Files
geocaching_js/package.json
2024-12-17 19:19:08 +01:00

22 lines
610 B
JSON

{
"name": "jeu_smartphone_js",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "Cette application est une interface web pour suivre des défis géolocalisés en temps réel. Elle utilise Node.js pour le backend et JavaScript/HTML/CSS pour le frontend.",
"dependencies": {
"express": "^4.21.2",
"js-yaml": "^4.1.0"
},
"repository": {
"type": "git",
"url": "http://10.0.0.20:3004/gilles/geocaching_js.git"
}
}