-
Notifications
You must be signed in to change notification settings - Fork 72
/
package.json
38 lines (38 loc) · 902 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
{
"name": "spur-template",
"version": "1.1.0",
"description": "An admin template based on Bootstrap 4",
"main": "index.html",
"repository": "https://github.com/HackerThemes/spur-admin",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"bootstrap",
"admin",
"theme"
],
"author": "Alexander Rechsteiner",
"homepage": "https://hackerthemes.com",
"license": "MIT",
"files": [
"dist/**/*",
"scss/**/*"
],
"devDependencies": {
"autoprefixer": "^9.4.9",
"gulp": "^4.0.0",
"gulp-clean-css": "^4.0.0",
"gulp-header": "^2.0.7",
"gulp-html-beautify": "^1.0.1",
"gulp-nunjucks-render": "^2.2.2",
"gulp-postcss": "^8.0.0",
"gulp-rename": "^1.4.0",
"gulp-sass": "^4.0.2",
"gulp-sourcemaps": "^2.6.5",
"gulp-touch-fd": "^2.0.0"
},
"dependencies": {
"bootstrap": "4.3.1"
}
}