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

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

Issue 1205703007: Add polymer 1.0 to npm_modules (Closed) Base URL: https://chromium.googlesource.com/infra/third_party/npm_modules.git@master
Patch Set: Renamed folder to 1.0.4 Created 5 years, 6 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": "polymer",
3 "version": "1.0.4",
4 "main": [
5 "polymer.html"
6 ],
7 "license": "http://polymer.github.io/LICENSE.txt",
8 "ignore": [
9 "/.*",
10 "/test/"
11 ],
12 "authors": [
13 "The Polymer Authors (http://polymer.github.io/AUTHORS.txt)"
14 ],
15 "repository": {
16 "type": "git",
17 "url": "https://github.com/Polymer/polymer.git"
18 },
19 "dependencies": {
20 "webcomponentsjs": "^0.7.2"
21 },
22 "devDependencies": {
23 "web-component-tester": "*"
24 },
25 "private": true,
26 "homepage": "https://github.com/polymer/polymer",
27 "_release": "1.0.4",
28 "_resolution": {
29 "type": "version",
30 "tag": "v1.0.4",
31 "commit": "cdabb91ad8ddf9bbefa308a25c5633d768501e7d"
32 },
33 "_source": "git://github.com/polymer/polymer.git",
34 "_target": "^1.0.0",
35 "_originalSource": "polymer/polymer"
36 }
OLDNEW
« no previous file with comments | « polymer_1.0.4/bower_components/platinum-sw/service-worker.js ('k') | polymer_1.0.4/bower_components/polymer/LICENSE.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698