-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
39 lines (39 loc) · 1.08 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": "monopati",
"version": "0.1.0",
"description": "a minimalistic static content generator",
"repository": {
"type": "git",
"url": "https://gitlab.com/comzeradd/monopati.git"
},
"author": "Nikos Roussos",
"private": true,
"license": "AGPL-3.0",
"bugs": {
"url": "https://gitlab.com/comzeradd/monopati/issues"
},
"devDependencies": {
"eslint": "^6.8.0",
"gulp": "^4.0.2",
"gulp-clean-css": "^4.3.0",
"gulp-eslint": "^6.0.0",
"gulp-filter": "^6.0.0",
"gulp-stylelint": "^13.0.0",
"gulp-uglify": "^3.0.2",
"stylelint": "^13.3.3"
},
"dependencies": {
"bootstrap": "^4.4.0",
"fork-awesome": "^1.1.7",
"jquery": "^3.5.0",
"popper.js": "^1.16.1"
},
"assets": [
"bootstrap/dist/css/bootstrap.min.css",
"bootstrap/dist/js/bootstrap.min.js",
"fork-awesome/css/fork-awesome.min.css",
"fork-awesome/fonts/*",
"jquery/dist/jquery.min.js",
"popper.js/dist/umd/popper.min.js"
]
}