forked from IBM-Watson/design-guide
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
35 lines (35 loc) · 939 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": "watson-design-guide",
"version": "1.1.0",
"homepage": "https://github.com/IBM-Watson/design-library",
"authors": [
"Sam Richard <sam.richard@us.ibm.com>",
"Una Kravets <unakravets@us.ibm.com>",
"Jessica Tremblay <tremblay@us.ibm.com>",
"Ryan Brownhill <rgbrownh@us.ibm.com>",
"Robyn Hammond <rlhammon@us.ibm.com>",
"Josh Kimmell <jmkimmel@us.ibm.com>"
],
"description": "Design guidelines and patterns for creating sites and applications with IBM Watson",
"main": "patterns/_watson-patterns.scss",
"license": ["Apache 2.0", "CC-BY 4.0"],
"ignore": [
"**/.*",
"!.bowerrc",
"node_modules",
"bower_components",
"test",
"tests",
"helper-apps",
"site",
"Gulpfile.js",
"package.json"
],
"dependencies": {
"sass-toolkit": "~2.9.0",
"ibm-colors": "~1.4",
"modular-scale": "~2.0.7",
"breakpoint-sass": "~2.5.0",
"prism": "*"
}
}