-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathbower.json
54 lines (54 loc) · 1.11 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
{
"name": "ustyle",
"description": "A living styleguide and pattern library by uSwitch.",
"main": [
"dist/ustyle-latest.css",
"dist/ustyle-icons.css",
"dist/ustyle.js"
],
"dependencies": {
"jquery": ">= 1.9.1"
},
"moduleType": "globals",
"keywords": [
"css",
"sass",
"scss",
"js",
"javascript",
"front-end",
"styleguide",
"uswitch",
"ustyle"
],
"authors": [
"uSwitch Limited <[email protected]>",
"Joe Green <[email protected]>",
"David Annez <[email protected]>",
"Thomas Britton <[email protected]>",
"Ricardo Cerqueira <[email protected]>",
"Ivo Reis <[email protected]>"
],
"homepage": "http://ustyle.guide",
"repository": {
"type": "git",
"url": "git://github.com/uswitch/ustyle.git"
},
"license": "Apache-2.0",
"ignore": [
"/*.",
"config",
"docs",
"grunt",
"styleguide",
"tasks",
"CONTRIBUTING.md",
"Gemfile*",
"Gruntfile.js",
"JAVASCRIPT_STANDARDS.md",
"package.json",
"Rakefile",
"README.md",
"ustyle.gemspec"
]
}