diff options
| author | Yuriy Glukhov <yglukhov@users.noreply.github.com> | 2015-04-02 15:52:24 +0300 |
|---|---|---|
| committer | Yuriy Glukhov <yglukhov@users.noreply.github.com> | 2015-04-02 15:52:24 +0300 |
| commit | 3bca9f8f5086f3cd83fff039bc775c31246b0c41 (patch) | |
| tree | 4de438b8221397785dbbdee0e4c34e1579ccb958 | |
| parent | 93e5fa26e9aa91d518961287df39f037ed38660a (diff) | |
| download | packages-3bca9f8f5086f3cd83fff039bc775c31246b0c41.tar.gz packages-3bca9f8f5086f3cd83fff039bc775c31246b0c41.zip | |
Added closure_compiler.
| -rw-r--r-- | packages.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 8e2a9c0..6d63721 100644 --- a/packages.json +++ b/packages.json @@ -1317,5 +1317,14 @@ "description": "Bindings for the Oculus VR SDK.", "license": "MIT", "web": "https://github.com/nimious/io-oculus" + }, + { + "name": "closure_compiler", + "url": "git://github.com/yglukhov/closure_compiler.git", + "method": "git", + "tags": ["binding", "closure", "compiler", "javascript"], + "description": "Bindings for Closure Compiler web API.", + "license": "MIT", + "web": "https://github.com/yglukhov/closure_compiler" } ] |
