Skip to content

Commit 96e2f18

Browse files
committed
Merge pull request #9 from ericguzman/DebugProtocolViewer_addPolymer0.8
Progressive enhancement - using Bower/Polymer to lay foundation for leve...
2 parents 00c218b + bf13e43 commit 96e2f18

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

90 files changed

+26377
-0
lines changed

bower.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"name": "debugger-protocol-viewer",
3+
"version": "0.0.0",
4+
"homepage": "https://github.com/ChromeDevTools/debugger-protocol-viewer",
5+
"authors": [
6+
"Eric Guzman <ericguzman@google.com>",
7+
"Paul Irish"
8+
],
9+
"license": "Apache License, Version 2.0",
10+
"ignore": [
11+
"**/.*",
12+
"node_modules",
13+
"bower_components",
14+
"test",
15+
"tests"
16+
],
17+
"dependencies": {
18+
"polymer": "Polymer/polymer#^0.8.0-rc.2"
19+
}
20+
}
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
{
2+
"name": "polymer",
3+
"version": "0.8.0",
4+
"main": [
5+
"polymer.html"
6+
],
7+
"license": "http://polymer.github.io/LICENSE.txt",
8+
"ignore": [
9+
"/.*",
10+
"/test/"
11+
],
12+
"authors": [
13+
"The Polymer Authors (http://polymer.github.io/AUTHORS.txt)"
14+
],
15+
"repository": {
16+
"type": "git",
17+
"url": "https://github.com/Polymer/polymer.git"
18+
},
19+
"dependencies": {
20+
"webcomponentsjs": "^0.6.0"
21+
},
22+
"devDependencies": {
23+
"web-component-tester": "*"
24+
},
25+
"private": true,
26+
"homepage": "https://github.com/Polymer/polymer",
27+
"_release": "0.8.0",
28+
"_resolution": {
29+
"type": "version",
30+
"tag": "v0.8.0",
31+
"commit": "2e954ab8bbbd4d7ef6fcb35863222f28161528e8"
32+
},
33+
"_source": "git://github.com/Polymer/polymer.git",
34+
"_target": "^0.8.0-rc.2",
35+
"_originalSource": "Polymer/polymer",
36+
"_direct": true
37+
}

0 commit comments

Comments
 (0)