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

Side by Side Diff: third_party/polymer/components/promise-polyfill/.bower.json

Issue 2906483004: [pinpoint] Add iron-form and paper-checkbox to polymer components. (Closed)
Patch Set: Created 3 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": "promise-polyfill",
3 "version": "1.0.1",
4 "homepage": "https://github.com/taylorhakes/promise-polyfill",
5 "authors": [
6 "Taylor Hakes"
7 ],
8 "description": "Lightweight promise polyfill for the browser and node. A+ Comp liant.",
9 "main": "Promise.js",
10 "moduleType": [
11 "globals",
12 "node"
13 ],
14 "keywords": [
15 "promise",
16 "es6",
17 "polyfill",
18 "html5"
19 ],
20 "license": "MIT",
21 "ignore": [
22 "**/.*",
23 "node_modules",
24 "bower_components",
25 "test",
26 "tests"
27 ],
28 "dependencies": {
29 "polymer": "polymer/polymer#^1.0.0"
30 },
31 "_release": "1.0.1",
32 "_resolution": {
33 "type": "version",
34 "tag": "v1.0.1",
35 "commit": "263b98bcc9b746a8852bf57ce1500c71222680b9"
36 },
37 "_source": "https://github.com/polymerlabs/promise-polyfill.git",
38 "_target": "^1.0.0",
39 "_originalSource": "polymerlabs/promise-polyfill"
40 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698