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

Side by Side Diff: bower_components/app-router/.bower.json

Issue 786953007: npm_modules: Fork bower_components into Polymer 0.4.0 and 0.5.0 versions (Closed) Base URL: https://chromium.googlesource.com/infra/third_party/npm_modules.git@master
Patch Set: Created 5 years, 11 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
« no previous file with comments | « bower.json ('k') | bower_components/app-router/LICENSE.md » ('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": "app-router",
3 "version": "0.6.2",
4 "authors": [
5 "Erik Ringsmuth <erik.ringsmuth@gmail.com>"
6 ],
7 "description": "Router for Web Components.",
8 "keywords": [
9 "web-components",
10 "router",
11 "polymer",
12 "x-tag"
13 ],
14 "main": "index.html",
15 "license": "MIT",
16 "homepage": "https://github.com/erikringsmuth/app-router",
17 "ignore": [
18 "**/.*",
19 "bower_components",
20 "node_modules",
21 "tests",
22 "tmp",
23 "gulpfile.js",
24 "package.json"
25 ],
26 "devDependencies": {
27 "platform": "Polymer/platform-dev#~0.3.5",
28 "polymer": "Polymer/polymer-dev#~0.3.5"
29 },
30 "_release": "0.6.2",
31 "_resolution": {
32 "type": "version",
33 "tag": "v0.6.2",
34 "commit": "eee41ff18b42c7b3836553308c922ddb3857eeaf"
35 },
36 "_source": "git://github.com/erikringsmuth/app-router.git",
37 "_target": "~0.6.2",
38 "_originalSource": "app-router"
39 }
OLDNEW
« no previous file with comments | « bower.json ('k') | bower_components/app-router/LICENSE.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698