-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
41 lines (41 loc) · 1.23 KB
/
package.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
{
"description": "Wrapping of *Bootstrap CSS* as Polymer web component to be used as shared style in full ShadowDOM mode",
"keywords": [
"web-component",
"web-components",
"polymer",
"boostrap"
],
"homepage": "https://github.com/lostinbrittany/granite-bootstrap",
"name": "@granite-elements/granite-bootstrap",
"version": "4.3.1-2",
"resolutions": {},
"main": "granite-bootstrap-min.js",
"author": "Horacio Gonzalez <horacio.gonzalez@gmail.com>",
"license": "MIT",
"dependencies": {
"lit-html": "^1.1.2"
},
"devDependencies": {
"bootstrap": "4.3.1",
"@polymer/polymer": "3.3.0",
"@polymer/iron-component-page": "^4.0.0",
"@polymer/iron-demo-helpers": "^3.0.0",
"@polymer/iron-icon": "^3.0.0",
"@polymer/iron-icons": "^3.0.0",
"@polymer/iron-test-helpers": "^3.0.0",
"@polymer/test-fixture": "^4.0.0",
"@webcomponents/webcomponentsjs": "2.3.0",
"polymer-cli": "1.9.11",
"wct-browser-legacy": "1.0.2",
"fs-extra": "8.1.0",
"klaw": "3.0.0"
},
"repository": {
"type": "git",
"url": "git://github.com/lostinbrittany/granite-bootstrap.git"
},
"scripts": {
"prepare": "node ./granite-css-modularizer.js ./node_modules/bootstrap/dist/css ."
}
}