diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2015-04-03 01:00:22 +0100 |
|---|---|---|
| committer | Dominik Picheta <dominikpicheta@googlemail.com> | 2015-04-03 01:00:22 +0100 |
| commit | 0c178a7d807aad546af54bad5441fb7058e798c2 (patch) | |
| tree | 4de438b8221397785dbbdee0e4c34e1579ccb958 | |
| parent | 93e5fa26e9aa91d518961287df39f037ed38660a (diff) | |
| parent | 3bca9f8f5086f3cd83fff039bc775c31246b0c41 (diff) | |
| download | packages-0c178a7d807aad546af54bad5441fb7058e798c2.tar.gz packages-0c178a7d807aad546af54bad5441fb7058e798c2.zip | |
Merge pull request #143 from yglukhov/patch-1
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" } ] |
