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

Side by Side Diff: appengine/config_service/ui/bower_components/async/component.json

Issue 2923973003: Added base template for config ui. (Closed)
Patch Set: Created 3 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": "async",
3 "description": "Higher-order functions and common patterns for asynchronous co de",
4 "version": "1.5.2",
5 "keywords": [
6 "async",
7 "callback",
8 "utility",
9 "module"
10 ],
11 "license": "MIT",
12 "main": "lib/async.js",
13 "repository": "caolan/async",
14 "scripts": [
15 "lib/async.js"
16 ]
17 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698