forked from JohnAlbin/normalize-scss
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
34 lines (34 loc) · 885 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
{
"name": "normalize-scss",
"description": "This is the Sass version of Normalize.css, a collection of HTML element and attribute rulesets to normalize styles across all browsers. This port aims to use a light dusting of Sass to make Normalize even easier to integrate with your website.",
"main": [
"sass/normalize/_import-now.scss"
],
"authors": [
"John Albin Wilkins <[email protected]> (http://john.albin.net/)"
],
"license": "(MIT OR GPL-2.0)",
"keywords": [
"sass",
"normalize",
"reset",
"typography",
"design",
"ui"
],
"homepage": "https://github.com/JohnAlbin/normalize-scss",
"ignore": [
"**/.*",
"CHANGELOG.md",
"CONTRIBUTING.md",
"lib",
"node_modules",
"normalize-scss.gemspec",
"sache.json",
"test.html",
"test"
],
"dependencies": {
"support-for": "~1.0.2"
}
}