-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathbower.json
35 lines (35 loc) · 839 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
{
"name": "multi-brand-colors",
"version": "1.1.1",
"description": "Multi Brand Colors with support for CSS/CSS-Vars/SASS/SCSS/LESS/Stylus/JSON",
"homepage": "https://github.com/raulghm/multi-brand-colors",
"repository": {
"type": "git",
"url": "[email protected]:raulghm/multi-brand-colors.git"
},
"authors": [
"Raul Hernandez <[email protected]> (http://raulghm.com)"
],
"main": [
"dist/css/index.css",
"dist/css-vars/index.css",
"dist/scss/_index.scss",
"dist/sass/_index.sass",
"dist/stylus/index.styl",
"dist/less/index.less",
"dist/json/index.json"
],
"keywords": [
"social media colors",
"networks colors",
"colors variables",
"brand colors",
"colors"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components"
]
}