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

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
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 }
OLDNEW
« no previous file with comments | « bower_components/app-router/app-router.csp.html ('k') | bower_components/app-router/preview.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698