-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
23 lines (23 loc) · 854 Bytes
/
package.json
File metadata and controls
23 lines (23 loc) · 854 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "goofytalkmaster",
"version": "1.0.0",
"description": "Talkmaster est une application web complète de gestion de conférences. Elle permet aux conférenciers de proposer des talks et aux organisateurs de les valider, planifier et publier dans un planning consultable par tous.\r Le projet est structuré en monorepo avec un backend Laravel et un frontend React.",
"homepage": "https://github.com/GoofyTeam/GoofyTalkmaster#readme",
"bugs": {
"url": "https://github.com/GoofyTeam/GoofyTalkmaster/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/GoofyTeam/GoofyTalkmaster.git"
},
"license": "ISC",
"author": "",
"type": "commonjs",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"lefthook": "^1.11.12"
}
}