-
Notifications
You must be signed in to change notification settings - Fork 22
/
package.json
45 lines (45 loc) · 976 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
42
43
44
45
{
"name": "@shower/material",
"description": "Material theme for Shower HTML presentation engine",
"version": "2.5.1",
"publishConfig": {
"access": "public"
},
"author": {
"name": "Vadim Makeev",
"email": "[email protected]",
"url": "https://pepelsbey.dev"
},
"homepage": "https://github.com/shower/material",
"repository": {
"type": "git",
"url": "git://github.com/shower/material.git"
},
"bugs": {
"url": "https://github.com/shower/material/issues"
},
"license": "MIT",
"keywords": [
"shower",
"presentation",
"material",
"theme"
],
"files": [
"fonts/**",
"pictures/**",
"styles/**",
"index.html",
"LICENSE.md",
"README.md"
],
"devDependencies": {
"@shower/core": "^3.2.0",
"browser-sync": "^3.0.3",
"stylelint": "^16.10.0"
},
"scripts": {
"test": "stylelint \"styles/**/*.css\"",
"start": "browser-sync start --server --no-notify --no-ui --no-ghost-mode --files 'fonts/*,pictures/*,styles/**,index.html'"
}
}