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

Side by Side Diff: polymer_1.2.3/bower_components/promise-polyfill/package.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": "promise-polyfill", 2 "name": "promise-polyfill",
3 "version": "2.0.0", 3 "version": "2.0.0",
4 "description": "Lightweight promise polyfill. A+ compliant", 4 "description": "Lightweight promise polyfill. A+ compliant",
5 "main": "Promise.js", 5 "main": "Promise.js",
6 "scripts": { 6 "scripts": {
7 "test": "./node_modules/.bin/promises-aplus-tests tests/adapter.js; ./node_m odules/.bin/promises-es6-tests tests/adapter.js" 7 "test": "./node_modules/.bin/promises-aplus-tests tests/adapter.js; ./node_m odules/.bin/promises-es6-tests tests/adapter.js"
8 }, 8 },
9 "repository": { 9 "repository": {
10 "type": "git", 10 "type": "git",
(...skipping 15 matching lines...) Expand all
26 "promises-es6-tests": "^0.5.0" 26 "promises-es6-tests": "^0.5.0"
27 }, 27 },
28 "keywords": [ 28 "keywords": [
29 "promise", 29 "promise",
30 "promise-polyfill", 30 "promise-polyfill",
31 "ES6", 31 "ES6",
32 "promises-aplus" 32 "promises-aplus"
33 ], 33 ],
34 "dependencies": {} 34 "dependencies": {}
35 } 35 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698