This repository has been archived by the owner on Jun 26, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
60 lines (60 loc) · 1.55 KB
/
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
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "alienlebarge",
"version": "0.0.0",
"homepage": "https://github.com/alienlebarge/alienlebarge.github.com",
"authors": [
"Cédric Aellen <[email protected]>"
],
"description": "alienlebarge's jekyll blog",
"main": "index.html",
"keywords": [
"css",
"scss",
"style",
"stylesheet"
],
"license": "MIT",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"devDependencies": {
"inuit-defaults": "~0.2.1",
"inuit-mixins": "~0.2.3",
"inuit-functions": "~0.2.0",
"inuit-box-sizing": "~0.2.0",
"inuit-normalize": "~3.0.1",
"inuit-reset": "~0.1.1",
"inuit-shared": "~0.1.3",
"inuit-images": "~0.3.2",
"inuit-paragraphs": "~0.1.4",
"inuit-headings": "~0.2.2",
"inuit-page": "~0.2.1",
"inuit-lists": "~0.1.0",
"inuit-layout": "~0.3.2",
"inuit-list-inline": "~0.3.1",
"inuit-list-ui": "~0.4.1",
"inuit-spacing": "~0.6.2",
"inuit-widths": "~0.3.2",
"inuit-buttons": "~0.4.1",
"inuit-underline": "http://github.com/alienlebarge/inuit-base.underline.git",
"Cortana": "~1.2.8"
},
"dependencies": {
"jquery": "~2.1.1",
"fitvids": "~1.1.0",
"inuit-list-bare": "~0.3.0",
"inuit-responsive-settings": "~0.1.5",
"inuit-responsive-tools": "~0.1.3",
"inuit-viewport": "~0.0.2",
"enhance": "https://github.com/filamentgroup/enhance.git#~1.1.0",
"iconic": "https://github.com/alienlebarge/iconic.git#~1.9.0"
},
"resolutions": {
"iconic": "~1.8.0"
}
}