-
Notifications
You must be signed in to change notification settings - Fork 2
/
bower.json
49 lines (49 loc) · 1.05 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
{
"name": "px-widths-responsive-design",
"version": "1.0.5",
"authors": [
"General Electric",
"Harry Roberts <[email protected]>"
],
"description": "The Predix Experience widths-responsive module is an extension of the default widths module.",
"main": "_trumps.widths-responsive.scss",
"keywords": [
"sass",
"px",
"responsive",
"widths"
],
"homepage": "https://github.com/PredixDev/px-widths-responsive-design.git",
"private": false,
"ignore": [
"*.enc",
"**/.*",
"node_modules",
"bower_components",
"sass",
"*.md",
"scripts",
"github",
"gulpfile.js",
"monogram-wdmk.png",
"wct.conf.json",
"test",
"OSS_Notice.pdf",
"*.png",
"CONTRIBUTING.md",
"LICENSE.md"
],
"dependencies": {
"px-helpers-design": "^1.0.0",
"px-widths-design": "^1.0.0"
},
"devDependencies": {
"px-starter-kit-design": "^1.0.0",
"px-sass-doc": "^2.0.0",
"px-demo": "^3.0.0"
},
"resolutions": {
"webcomponentsjs": "^0.7.24"
},
"license": "Apache-2.0"
}