-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathbower.json
More file actions
38 lines (38 loc) · 811 Bytes
/
bower.json
File metadata and controls
38 lines (38 loc) · 811 Bytes
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
{
"name": "CSSCommon",
"version": "1.0.0",
"homepage": "http://www.csscommon.com/",
"authors": [
"Kévin Rocher / Darklg"
],
"description": "CSSCommon is a minimalist & modular CSS Framework",
"main": "csslisible.min.css",
"keywords": [
"css",
"framework",
"boilerplate",
"reset",
"responsive"
],
"license": "MIT",
"ignore": [
"**/.*",
"css/debug.css",
"css/demo.css",
"css/main.css",
"images",
"inc",
"js",
"node_modules",
"scss",
".gitignore",
"config.rb",
"README.md",
"Gruntfile.js",
"bower.json",
"package.json",
"full-screen.php",
"index.php",
"responsive.php"
]
}