-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathbower.json
39 lines (39 loc) · 918 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
{
"name": "pure-sass",
"version": "0.0.5",
"homepage": "https://github.com/fourseven/pure-sass",
"authors": ["Mathew Hartley", "James Harton", "John Otander"],
"description": "Yahoo's Pure CSS library ported to Sass.",
"main": [
"app/assets/stylesheets/defaults.css.scss",
"app/assets/stylesheets/base.css.scss",
"app/assets/stylesheets/buttons.css.scss",
"app/assets/stylesheets/forms.css.scss",
"app/assets/stylesheets/grids.css.scss",
"app/assets/stylesheets/menus.css.scss",
"app/assets/stylesheets/tables.css.scss"
],
"keywords": [
"yahoo",
"pure",
"sass",
"scss"
],
"license": "MIT",
"ignore": [
"lib",
"spec",
"vendor",
".gitignore",
".gitmodules",
".ruby-version",
".travis.yml",
"Gemfile",
"Guardfile",
"LICENSE.txt",
"README.md",
"Rakefile",
"pure-sass.gemspec"
],
"dependencies": {}
}