forked from edx/ux-pattern-library
-
Notifications
You must be signed in to change notification settings - Fork 1
/
bower.json
59 lines (59 loc) · 1.15 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
{
"name": "edx-pattern-library",
"version": "0.18.1",
"authors": [
"edX Pattern Library Team <[email protected]>"
],
"description": "The (working) Visual, UI, and Front End Styleguide for edX Apps",
"repository": {
"type": "git",
"url": "git://github.com/edx/ux-pattern-library.git"
},
"keywords": [
"atomic design",
"edx",
"open edx",
"patterns",
"pattern library",
"style guide",
"UI starter"
],
"main": "_variables.scss",
"license": "Apache-2.0",
"ignore": [
"**/.*",
"404.html",
"_config.yml",
"_components",
"_data",
"_design_elements",
"_includes",
"_layouts",
"_posts",
"_site",
"pldoc",
"about.md",
"bower_components",
"CNAME",
"demo",
"examples",
"favicon.ico",
"gulp",
"gulpfile.js",
"index.html",
"node_modules",
"package.json",
"public"
],
"devDependencies": {
"jquery": "~1.11.1",
"requirejs-plugins": "~1.0.3"
},
"dependencies": {
"bi-app-sass": "~1.1.0",
"bourbon": "~4.2.3",
"breakpoint-sass": "~2.6.1",
"font-awesome": "^4.6.3",
"requirejs": "~2.1.15"
}
}