forked from predixdesignsystem/px-app-nav
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
28 lines (28 loc) · 816 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
{
"name": "px-app-nav",
"version": "1.0.9",
"main": [
"px-app-nav.html"
],
"ignore": [
".*",
"npm-debug.log",
"Gruntfile.js",
"sass",
"bower_components",
"node_modules",
"test"
],
"dependencies": {
"polymer": "~v1.2.3",
"px-theme": "https://github.com/PredixDev/px-theme.git#~0.6.1",
"web-animations-js": "~2.0.0"
},
"devDependencies": {
"iron-component-page": "PolymerElements/iron-component-page#~1.1.0",
"px-buttons-design": "https://github.com/predixDev/px-buttons-design.git#~0.4.0",
"px-list-bare-design": "https://github.com/predixDev/px-list-bare-design.git#~0.2.0",
"px-starter-kit-design": "https://github.com/predixDev/px-starter-kit-design.git#~0.4.0",
"px-login": "https://github.com/predixDev/px-login.git#~0.1.3"
}
}