-
Notifications
You must be signed in to change notification settings - Fork 3
/
bower.json
46 lines (46 loc) · 876 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
36
37
38
39
40
41
42
43
44
45
46
{
"name": "px-mixins-design",
"version": "1.2.0",
"authors": [
"General Electric"
],
"description": "Sass mixins for Predix UI",
"main": "_tools.mixins.scss",
"keywords": [
"px",
"sass",
"mixins"
],
"homepage": "https://github.com/PredixDev/px-mixins-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-defaults-design": "^2.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"
}