forked from jonsuh/hamburgers
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
44 lines (44 loc) · 943 Bytes
/
bower.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": "css-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": "Jonathan Suh",
"email": "[email protected]",
"url": "https://jonsuh.com/hamburgers"
},
"main": "_sass/hamburgers/hamburgers.scss",
"keywords": [
"css",
"hamburger",
"hamburgers",
"menu",
"sass",
"scss"
],
"repository": {
"type": "git",
"url": "https://github.com/jonsuh/hamburgers.git"
},
"bugs": {
"url": "https://github.com/jonsuh/hamburgers/issues"
},
"ignore": [
"**/.*",
"node_modules",
"js",
"_js",
"css",
"*.mp4",
"*.ogv",
"*.webm",
"favicon.ico",
"hamburger.png",
"index.html",
"Gemfile",
"hamburgers.gemspec",
"lib"
]
}