-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
54 lines (54 loc) · 1.22 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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "shower",
"description": "Shower HTML presentation engine",
"version": "2.6.8",
"author": {
"name": "Vadim Makeev",
"url": "https://pepelsbey.net/"
},
"homepage": "https://github.com/shower/shower",
"repository": {
"type": "git",
"url": "git://github.com/shower/shower.git"
},
"bugs": {
"url": "https://github.com/shower/shower/issues"
},
"license": "MIT",
"keywords": [
"shower",
"presentation",
"template"
],
"files": [
"pictures/**",
"index.html",
"LICENSE.md",
"README.md"
],
"dependencies": {
"@shower/material": "^2.2.0",
"@shower/ribbon": "^3.2.1",
"shower-core": "^2.1.0"
},
"devDependencies": {
"browser-sync": "^2.26.3",
"del": "^3.0.0",
"gh-pages": "^2.0.0",
"gulp": "^4.0.0",
"gulp-rename": "^1.2.2",
"gulp-replace": "^1.0.0",
"gulp-zip": "^4.0.0",
"merge-stream": "^1.0.0",
"path-exists-cli": "^1.0.0",
"shower-cli": "^0.2.3"
},
"scripts": {
"pdf": "shower pdf",
"start": "gulp serve",
"prepare": "gulp prepare",
"archive": "gulp archive",
"publish": "gulp publish",
"test": "npm run prepare && ls prepared && npm run archive && path-exists archive.zip"
}
}