-
Notifications
You must be signed in to change notification settings - Fork 23
/
bower.json
42 lines (42 loc) · 864 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
{
"name": "sass-material-colors",
"description": "Google's Material Design color palette for Sass/Scss",
"authors": [
"minusfive <[email protected]>"
],
"version": "0.0.5",
"homepage": "https://github.com/minusfive/sass-material-colors",
"repository": "https://github.com/minusfive/sass-material-colors.git",
"main": "sass/_sass-material-colors.scss",
"keywords": [
"sass",
"scss",
"material",
"design",
"colors",
"palette",
"function",
"placeholders",
"extensions",
"classes"
],
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests",
"bin",
"pkg",
"sass-material-colors.gemspec",
"CONTRIBUTING.md",
"features",
"LICENSE.txt",
"lib",
"Gemfile",
"Gemfile.lock",
"package.json",
"Rakefile"
],
"license": "MIT"
}