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

Side by Side Diff: third_party/polymer/components/promise-polyfill/package.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": "2.0.1",
4 "description": "Lightweight promise polyfill. A+ compliant",
5 "main": "Promise.js",
6 "scripts": {
7 "test": "./node_modules/.bin/promises-aplus-tests tests/adapter.js; ./node_m odules/.bin/promises-es6-tests tests/adapter.js"
8 },
9 "repository": {
10 "type": "git",
11 "url": "https://taylorhakes@github.com/taylorhakes/promise-polyfill.git"
12 },
13 "author": "Taylor Hakes",
14 "license": "MIT",
15 "bugs": {
16 "url": "https://github.com/taylorhakes/promise-polyfill/issues"
17 },
18 "homepage": "https://github.com/taylorhakes/promise-polyfill",
19 "devDependencies": {
20 "grunt": "^0.4.5",
21 "grunt-bytesize": "^0.1.1",
22 "grunt-closurecompiler": "^0.9.9",
23 "grunt-contrib-uglify": "^0.4.0",
24 "mocha": "^2.2.1",
25 "promises-aplus-tests": "*",
26 "promises-es6-tests": "^0.5.0"
27 },
28 "keywords": [
29 "promise",
30 "promise-polyfill",
31 "ES6",
32 "promises-aplus"
33 ],
34 "dependencies": {}
35 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698