-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 904 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 904 Bytes
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
{
"description": "Simple Breadcrumbs Menu",
"name": "@jasoftware/jas-breadcrumbs",
"version": "3.0.6",
"resolutions": {
"inherits": "2.0.3",
"samsam": "1.1.3",
"supports-color": "3.1.2",
"type-detect": "1.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/homerjonathan/jas-breadcrumbs.git"
},
"main": "jas-breadcrumbs.js",
"license": "MIT",
"dependencies": {
"@polymer/polymer": "^3.0.0",
"@polymer/paper-icon-button": "^3.0.0",
"@polymer/iron-iconset-svg": "^3.0.0",
"@polymer/iron-icon": "^3.0.0"
},
"devDependencies": {
"@polymer/iron-component-page": "4.0.1",
"@polymer/iron-demo-helpers": "^3.0.0",
"@webcomponents/webcomponentsjs": "^2.0.0",
"wct-browser-legacy": "^1.0.1",
"web-component-tester": "^6.9.2"
}
}