-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 881 Bytes
/
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "plongee-dans-les-csp",
"description": "Conférence à BreizhCamp, 9ème édition",
"version": "1.0.1",
"author": {
"name": "Laurent Brunet",
"url": "https://lbrunet.com/"
},
"homepage": "https://github.com/shower/shower",
"repository": {
"type": "git",
"url": "git://github.com/lbrunet/Plongee-dans-les-CSP.git"
},
"bugs": {
"url": "https://github.com/lbrunet/Plongee-dans-les-CSP/issues"
},
"license": "MIT",
"keywords": [
"shower",
"presentation",
"template"
],
"files": [
"pictures/**",
"index.html",
"README.md"
],
"devDependencies": {
"@shower/cli": "^0.3.1",
"@shower/material": "^2.5.0",
"@shower/ribbon": "^3.5.0",
"path-exists-cli": "^1.0.0",
"shower-core": "^2.1.0"
},
"scripts": {
"pdf": "shower pdf"
},
"dependencies": {
"axios": "^0.27.2"
}
}