forked from getgrav/grav-theme-quark
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·44 lines (44 loc) · 977 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
39
40
41
42
43
44
{
"name": "spectre.css",
"version": "0.6.0",
"homepage": "https://niutech.github.io/spectre",
"author": "Yan Zhu <[email protected]>",
"description": "Spectre.css - lightweight, responsive and modern pure CSS framework",
"main": "dist/spectre.css",
"repository": {
"type": "git",
"url": "https://github.com/niutech/spectre.git"
},
"license": "MIT",
"keywords": [
"css",
"framework",
"flexbox",
"responsive",
"mobile-friendly",
"front-end",
"sass",
"modern"
],
"bugs": {
"url": "https://github.com/niutech/spectre/issues"
},
"devDependencies": {
"gulp": "^5.0.0",
"gulp-autoprefixer": "^8.0.0",
"gulp-clean-css": "^4.3.0",
"gulp-csscomb": "^3.1.0",
"gulp-rename": "^2.0.0",
"gulp-sass": "^5.0.0",
"sass-migrator": "^1.5.2"
},
"browserslist": [
],
"scripts": {
"dev": "gulp watch",
"build": "gulp build"
},
"dependencies": {
"sass": "^1.72.0"
}
}