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

Side by Side Diff: third_party/polymer/v0_8/components-chromium/observe-js/bower.json

Issue 1140393002: Update more-routing for md-settings (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 months 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
OLDNEW
(Empty)
1 {
2 "name": "observe-js",
3 "homepage": "https://github.com/Polymer/observe-js",
4 "authors": [
5 "The Polymer Authors"
6 ],
7 "description": "A library for observing Arrays, Objects and PathValues",
8 "main": "src/observe.js",
9 "keywords": [
10 "Object.observe"
11 ],
12 "license": "BSD",
13 "private": true,
14 "ignore": [
15 "**/.*",
16 "node_modules",
17 "bower_components",
18 "test",
19 "tests"
20 ]
21 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698