forked from dunkelstern/ghost-theme-development
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
35 lines (35 loc) · 741 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": "inuit-starting-point",
"version": "1.0.0",
"authors": [
"Johannes Schriewer <[email protected]>"
],
"description": "Base installation of gulp and inuit",
"main": "gulpfile.js",
"keywords": [
"inuitcss",
"scss",
"inuit",
"scaffolding"
],
"license": "BSD",
"homepage": "http://blog.dunkelstern.de/",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"inuit-starter-kit": "~0.2.8",
"inuit-widths": "~0.3.2",
"inuit-images": "~0.3.2",
"inuit-layout": "~0.3.2",
"inuit-list-bare": "~0.3.0",
"inuit-tabs": "~0.2.1",
"inuit-buttons": "~0.4.1",
"inuit-lists": "~0.1.0"
}
}