-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbower.json
46 lines (46 loc) · 1.2 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
{
"name": "start-template",
"version": "0.1.0",
"authors": [
"Marius Hauken <[email protected]>"
],
"description": "A start template for new projects",
"main": "index.html",
"license": "MIT",
"homepage": "https://github.com/mhauken/start",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"inuit-defaults": "latest",
"inuit-responsive-settings": "latest",
"inuit-functions": "latest",
"inuit-mixins": "latest",
"inuit-responsive-tools": "latest",
"inuit-normalize.css": "latest",
"inuit-reset": "latest",
"inuit-box-sizing": "latest",
"inuit-shared": "latest",
"inuit-page": "latest",
"inuit-paragraphs": "latest",
"inuit-images": "latest",
"inuit-lists": "latest",
"inuit-box": "latest",
"inuit-flag": "latest",
"inuit-buttons": "latest",
"inuit-clearfix": "latest",
"inuit-widths": "latest",
"inuit-widths-responsive": "latest",
"inuit-spacing": "latest",
"inuit-spacing-responsive": "latest",
"inuit-list-inline": "latest",
"inuit-list-ui": "latest",
"inuit-layout": "latest",
"jquery": "latest"
}
}