-
Notifications
You must be signed in to change notification settings - Fork 2
/
bower.json
executable file
·39 lines (39 loc) · 1.24 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
{
"name": "thewebplatform.today",
"version": "0.0.0",
"homepage": "https://github.com/thewebplatform/thewebplatform.today",
"authors": [
"Erik <erik_isaksen@hotmail.com>"
],
"description": "bower dependencies for The Web Platform Podcast",
"main": "index.html",
"license": "MIT",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"lib",
"test",
"tests"
],
"dependencies": {
"iron-elements": "PolymerElements/iron-elements#1.0.2",
"paper-elements": "PolymerElements/paper-elements#1.0.1",
"platinum-elements": "PolymerElements/platinum-elements#1.0.1",
"neon-elements": "PolymerElements/neon-elements#1.0.0",
"page": "visionmedia/page.js#~1.6.3",
"universal-footer": "*",
"podcast-player": "~1.0.6",
"iron-image": "PolymerElements/iron-image#~1.0.2",
"paper-tabs": "PolymerElements/paper-tabs#~1.0.1",
"paper-button": "PolymerElements/paper-button#~1.0.3",
"iron-ajax": "PolymerElements/iron-ajax#~1.0.3",
"iron-localstorage": "PolymerElements/iron-localstorage#~1.0.4",
"paper-item": "PolymerElements/paper-item#~1.0.2"
},
"devDependencies": {
"web-component-tester": "*",
"test-fixture": "PolymerElements/test-fixture#^1.0.0"
}
}