Created
March 25, 2015 04:37
-
-
Save jeremydw/e1ba1c6b16c1e2425b7f to your computer and use it in GitHub Desktop.
bower.json including Closure Library and Compiler
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "Project", | |
"private": true, | |
"dependencies": { | |
"angular": "1.3.7", | |
"closure-compiler": "http://dl.google.com/closure-compiler/compiler-latest.zip", | |
"closure-compiler-src": "git://github.com/google/closure-compiler.git", | |
"closure-library": "git://github.com/google/closure-library.git" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment