-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.06 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
{
"name": "uba-bootstrap-theme",
"version": "0.3.0",
"description": "UBA branded Bootstrap 5 theme",
"scripts": {
"dist": "./scripts/dist",
"start": "npm-run-all --parallel server-watch compile-watch",
"server-watch": "live-server ./documentation",
"compile": "faucet",
"compile-watch": "faucet --watch --config=faucet.config.dev.js",
"install-docs": "./scripts/docs",
"test": "sass-lint -v -q"
},
"repository": {
"type": "git",
"url": "git+https://github.com/innoq/uba-bootstrap-theme.git"
},
"keywords": [
"UBA",
"Bootstrap",
"Theme"
],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/innoq/uba-bootstrap-theme/issues"
},
"homepage": "https://github.com/innoq/uba-bootstrap-theme#readme",
"style": "dist/css/uba-bootstrap-theme.css",
"sass": "src/styles/index.scss",
"devDependencies": {
"faucet-pipeline-sass": "^1.8.0",
"faucet-pipeline-static": "^2.1.0",
"live-server": "^1.2.2",
"npm-run-all": "^4.1.5",
"sass-lint": "^1.13.1"
},
"dependencies": {}
}