forked from addyosmani/google-slides
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
33 lines (33 loc) · 910 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
{
"name": "google-slides",
"version": "1.0.0",
"authors": [
"Addy Osmani",
"Willem Burgers"
],
"description": "A slide deck featuring offline-support, powered by Service Worker.",
"keywords": [
"web-component",
"web-components",
"polymer",
"slides"
],
"main": "google-slides.html",
"license": "Apache-2",
"homepage": "https://github.com/addyosmani/google-slides/",
"ignore": [
"/.*",
"/tests/"
],
"dependencies": {
"polymer": "Polymer/polymer#^1.0.0",
"iron-pages": "PolymerElements/iron-pages#^1.0.0",
"paper-fab": "PolymerElements/paper-fab#^1.0.0",
"iron-a11y-keys": "PolymerElements/iron-a11y-keys#^1.0.0",
"neon-animation": "PolymerElements/neon-animation#^1.0.0",
"platinum-sw": "PolymerElements/platinum-sw#^1.2.0"
},
"devDependencies": {
"iron-component-page": "PolymerElements/iron-component-page#^1.0.0"
}
}