-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
45 lines (45 loc) · 1.16 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
40
41
42
43
44
45
{
"name": "neobrutalismcss",
"version": "0.5.3",
"description": "NeoBrutalismCSS design framework that embraces the aesthetics of neo-brutalism in web",
"main": "dist/index.min.css",
"repository": {
"type": "git",
"url": "https://github.com/matifandy8/NeoBrutalismCSS"
},
"homepage": "https://matifandy8.github.io/NeoBrutalismCSS/",
"bugs": "https://github.com/matifandy8/NeoBrutalismCSS/issues",
"scripts": {
"compile-scss": "node-sass src/scss/index.scss dist/index.css",
"watch-scss": "node-sass --watch src/scss/index.scss dist/index.css",
"minify-css": "node-sass src/scss/index.scss dist/index.min.css --output-style compressed",
"build": "npm run compile-scss && npm run minify-css",
"start": "npm run watch-scss"
},
"keywords": [
"bootstrap",
"css",
"css3",
"flexbox",
"front-end",
"framework",
"html",
"html5",
"kickstarter",
"less",
"responsive",
"mobile",
"mobile-first",
"postcss",
"responsive",
"sass",
"scss",
"neo-brutalism",
"brutalism"
],
"author": "Matias Fandiño",
"license": "MIT",
"devDependencies": {
"node-sass": "^9.0.0"
}
}