forked from vguillou/fullscreen-api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
42 lines (42 loc) · 1.34 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
{
"name": "fullscreen-api",
"version": "1.1.1",
"authors": [
"Vincent Guillou <[email protected]>"
],
"description": "A simple Polymer based Web Component wrapper for the HTML5 full screen API",
"keywords": [
"fullscreen", "full-screen", "full screen", "fullscreen button", "polymer", "web-components", "web-component", "web components", "web component", "html5", "html 5"
],
"main": [
"fullscreen-api.html",
"fullscreen-icon-button.html",
"fullscreen-behavior.html"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests",
"res"
],
"repository": {
"type": "git",
"url": "git://github.com/vguillou/fullscreen-api.git"
},
"homepage": "https://vguillou.github.io/webcomponents/fullscreen-api",
"dependencies": {
"polymer": "Polymer/polymer#^1.0.0",
"iron-icon": "PolymerElements/iron-icon#^1.0.0",
"iron-iconset-svg": "PolymerElements/iron-iconset-svg#^1.0.0",
"paper-icon-button": "PolymerElements/paper-icon-button#^1.0.0"
},
"devDependencies": {
"iron-component-page": "vguillou/iron-component-page#add-fullscreen-demo-capabilities",
"iron-demo-helpers": "PolymerElements/iron-demo-helpers#^1.0.0",
"iron-icons": "PolymerElements/iron-icons#^1.0.0",
"paper-styles": "PolymerElements/paper-styles#^1.0.0"
}
}