forked from jonsuh/hamburgers
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 957 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": "hamburgers",
"version": "1.1.3",
"description": "Collection of tasty CSS-animated hamburger icons. Includes Sass files (modular and customizable), so cook up your own hamburger.",
"homepage": "https://jonsuh.com/hamburgers",
"license": "MIT",
"author": {
"name": "Felix Scholze",
"email": "felix@webshaped.de",
"url": "https://webshaped.de"
},
"keywords": [
"css",
"hamburger",
"hamburgers",
"menu",
"sass",
"scss",
"dart-sass",
"sass-modules"
],
"repository": {
"type": "git",
"url": "https://github.com/felix-berlin/hamburgers.git"
},
"bugs": {
"url": "https://github.com/felix-berlin/issues"
},
"scripts": {
"build": "sass sass/hamburgers.scss:dist/hamburgers.css",
"build:min": "sass --style=compressed sass/hamburgers.scss:dist/hamburgers.min.css",
"build:watch": "sass --watch sass:dist"
},
"devDependencies": {
"sass": "^1.35.1"
}
}