-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
47 lines (47 loc) · 985 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
45
46
47
{
"name": "SassySMACSS",
"version": "0.0.4",
"homepage": "https://github.com/bryanerayner/SassySMACSS",
"authors": [
"Bryan Rayner <[email protected]>"
],
"description": "Commonly used modules, written in SASS following the SMACSS style of naming. Not intended to be a framework, but a collection of commonly needed SASS partials and modules.",
"main": "sassySmacss.scss",
"keywords": [
"SMACSS",
"Grid",
"Layout",
"SASS",
"Starter"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"ignore":[
"css/node_modules",
"css/tests",
"node_modules",
"Gruntfile.js",
".DS_Store",
".gitignore",
".git/",
"package.json",
".sass-cache/",
"bower.json",
"tests/",
"lib/zepto"
],
"repository":{
"type":"git",
"url":"git://github.com/bryanerayner/SassySMACSS.git"
},
"dependencies":
{
"zepto":">0.0.0"
}
}