-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "@betha-plataforma/theme-bootstrap4",
"version": "1.2.2",
"description": "Tema do Design System Betha para Bootstrap 4",
"main": "dist/theme-bootstrap4.css",
"unpkg": "dist/theme-bootstrap4.min.css",
"files": [
"dist/"
],
"devDependencies": {
"npm-run-all": "^4.1.5",
"sass": "^1.26.10"
},
"scripts": {
"start": "sass --watch src/all.scss dist/theme-bootstrap4.css",
"build": "run-s build:*",
"build:compressed": "sass src/all.scss:dist/theme-bootstrap4.min.css --style=compressed",
"build:expanded": "sass src/all.scss:dist/theme-bootstrap4.css --style=expanded"
},
"repository": {
"type": "git",
"url": "git+https://github.com/betha-plataforma/theme-bootstrap4.git"
},
"keywords": [
"bootstrap theme",
"design system betha",
"plataforma",
"betha cloud"
],
"author": {
"name": "Plataforma Betha Cloud",
"email": "ti.plataforma@betha.com.br",
"url": "https://plataforma.betha.cloud/"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/betha-plataforma/theme-bootstrap4/issues"
},
"homepage": "https://github.com/betha-plataforma/theme-bootstrap4#readme"
}