forked from OpenClassrooms-Student-Center/GameOn-website-FR
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
22 lines (22 loc) · 803 Bytes
/
package.json
File metadata and controls
22 lines (22 loc) · 803 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "gameon-website-fr",
"version": "1.0.0",
"description": "1. Forkez ce repo ; 2. Il est conseillé d'utiliser VisualStudio Code et vous pouvez utiliser Docker, mais ce n'est pas obligatoire ; 3. Il n'y a aucune dépendance ; 4. Vous ne devez utiliser que du CSS personnalisé et du JavaScript pur, sans jQuery, Bootstrap ou autre librairie.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/getsu7/GameOn-website-FR.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/getsu7/GameOn-website-FR/issues"
},
"homepage": "https://github.com/getsu7/GameOn-website-FR#readme",
"devDependencies": {
"prettier": "3.2.5"
}
}