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

Side by Side Diff: polymer_1.2.3/bower_components/polymer/bower.json

Issue 1581713003: [third_party] add polymer 1.2.3 (Closed) Base URL: https://chromium.googlesource.com/infra/third_party/npm_modules.git@master
Patch Set: 1.2.3 Created 4 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
1 { 1 {
2 "name": "polymer", 2 "name": "polymer",
3 "version": "1.0.4", 3 "version": "1.2.3",
4 "main": [ 4 "main": [
5 "polymer.html" 5 "polymer.html"
6 ], 6 ],
7 "license": "http://polymer.github.io/LICENSE.txt", 7 "license": "http://polymer.github.io/LICENSE.txt",
8 "ignore": [ 8 "ignore": [
9 "/.*", 9 "/.*",
10 "/test/" 10 "/test/",
11 "gen-changelog.sh"
11 ], 12 ],
12 "authors": [ 13 "authors": [
13 "The Polymer Authors (http://polymer.github.io/AUTHORS.txt)" 14 "The Polymer Authors (http://polymer.github.io/AUTHORS.txt)"
14 ], 15 ],
15 "repository": { 16 "repository": {
16 "type": "git", 17 "type": "git",
17 "url": "https://github.com/Polymer/polymer.git" 18 "url": "https://github.com/Polymer/polymer.git"
18 }, 19 },
19 "dependencies": { 20 "dependencies": {
20 "webcomponentsjs": "^0.7.2" 21 "webcomponentsjs": "^0.7.18"
21 }, 22 },
22 "devDependencies": { 23 "devDependencies": {
23 "web-component-tester": "*" 24 "web-component-tester": "*"
24 }, 25 },
25 "private": true 26 "private": true
26 } 27 }
OLDNEW
« no previous file with comments | « polymer_1.2.3/bower_components/polymer/LICENSE.txt ('k') | polymer_1.2.3/bower_components/polymer/build.log » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698