-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 863 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
{
"name": "soft-ui-mobil",
"version": "0.1.0",
"description": "Freebie mobil template for Bootstrap 5",
"main": "pages/index.html",
"directories": {
"example": "root"
},
"scripts": {
"watch": "sass --watch assets/scss-mobile/soft-ui-mobile.scss assets/css/soft-ui-mobile.css"
},
"repository": {
"type": "git",
"url": "git+https://github.com/corpjorge/soft-ui-mobil-pwa"
},
"keywords": [
"soft ui mobil",
"bootstrap 5",
"pwa",
"html mobil",
"html css dashboard",
"web dashboard",
"freebie",
"free bootstrap mobil",
"css3 mobil",
"bootstrap mobil",
"frontend",
"responsive bootstrap mobil"
],
"author": "superfluo (https://superfluo.tech/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/corpjorge/soft-ui-mobil-pwa/issues"
},
"devDependencies": {
}
}