-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
25 lines (25 loc) · 1.16 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
"name": "creacodeclub-ia",
"version": "1.0.0",
"description": "\"Le CreaCode Club est issu du [Media Engineering Institute](http://mei.heig-vd.ch), l’unité de recherche du département [COMEM+](http://comem.ch/ \"COMEM+\") de la [HEIG-VD](http://www.heig-vd.ch). Le projet a été initié en 2015 par Sandra Gindroz, passionnée par les nouvelles technologies, et Sandrine Divorne, passionnée de design. C’est en unissant leurs forces qu’elles ont réussi à créer un CodeClub permettant de casser l’image complexe que renvoie l’informatique.\" - [Site du CreaCode Club](codeclub.heig-vd.ch)",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"serve:slides": "marp -p --server ./supports"
},
"repository": {
"type": "git",
"url": "git+https://github.com/verdonarthur/creacodeclub-ia.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/verdonarthur/creacodeclub-ia/issues"
},
"homepage": "https://github.com/verdonarthur/creacodeclub-ia#readme",
"devDependencies": {
"@marp-team/marp-cli": "^0.17.4",
"concurrently": "^5.3.0"
}
}