| Index: appengine/config_service/ui/bower_components/async/component.json
|
| diff --git a/appengine/config_service/ui/bower_components/async/component.json b/appengine/config_service/ui/bower_components/async/component.json
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..103558d6d1de53952416cc8c14dee9652608690a
|
| --- /dev/null
|
| +++ b/appengine/config_service/ui/bower_components/async/component.json
|
| @@ -0,0 +1,17 @@
|
| +{
|
| + "name": "async",
|
| + "description": "Higher-order functions and common patterns for asynchronous code",
|
| + "version": "1.5.2",
|
| + "keywords": [
|
| + "async",
|
| + "callback",
|
| + "utility",
|
| + "module"
|
| + ],
|
| + "license": "MIT",
|
| + "main": "lib/async.js",
|
| + "repository": "caolan/async",
|
| + "scripts": [
|
| + "lib/async.js"
|
| + ]
|
| +}
|
|
|