From 3bca9f8f5086f3cd83fff039bc775c31246b0c41 Mon Sep 17 00:00:00 2001 From: Yuriy Glukhov Date: Thu, 2 Apr 2015 15:52:24 +0300 Subject: [PATCH] Added closure_compiler. --- packages.json | 9 +++++++++ 1 file changed, 9 insertions(+) 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" } ]