Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(768)

Side by Side Diff: experimental/webtry/poly/bower.json

Issue 688713002: delete webtry from main skia repo; it's been moved to buildbots (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « experimental/webtry/poly/README.md ('k') | experimental/webtry/poly/package.json » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 {
2 "name": "polyfill",
3 "version": "0.0.1",
4 "authors": [
5 "Joe Gregorio <jcgregorio@google.com>"
6 ],
7 "description": "All the third party polyfills we use.",
8 "license": "MIT",
9 "private": true,
10 "ignore": [
11 "**/.*",
12 "node_modules",
13 "bower_components",
14 "test",
15 "tests"
16 ],
17 "dependencies": {
18 "pointerevents-polyfill": "~0.2.0",
19 "CustomElements": "~0.2.3",
20 "HTMLImports": "~0.2.3"
21 }
22 }
OLDNEW
« no previous file with comments | « experimental/webtry/poly/README.md ('k') | experimental/webtry/poly/package.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698