forked from IBM-Watson/design-guide
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.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 <[email protected]>",
"Una Kravets <[email protected]>",
"Jessica Tremblay <[email protected]>",
"Ryan Brownhill <[email protected]>",
"Robyn Hammond <[email protected]>",
"Josh Kimmell <[email protected]>"
],
"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": "*"
}
}