Created
November 10, 2014 20:34
-
-
Save willmitchell/4116d9e630c900bd569b to your computer and use it in GitHub Desktop.
arbitrary jhipster bower config
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": "pr", | |
"version": "0.0.0", | |
"dependencies": { | |
"atmosphere": "2.2.4", | |
"jquery-atmosphere": "2.2.4", | |
"bootstrap-sass": "twbs/bootstrap-sass#~3.1.1", | |
"modernizr": "2.7.1", | |
"jquery": "2.1.1", | |
"angular": "1.2.26", | |
"json3": "3.3.2", | |
"angular-route": "1.2.26", | |
"angular-resource": "1.2.26", | |
"angular-cookies": "1.2.26", | |
"angular-sanitize": "1.2.26", | |
"angular-translate": "2.4.2", | |
"angular-translate-storage-cookie": "2.4.2", | |
"angular-translate-loader-static-files": "2.4.2", | |
"angular-dynamic-locale": "0.1.21", | |
"angular-i18n": "1.2.26", | |
"swagger-ui": "2.0.18" | |
}, | |
"devDependencies": { | |
"angular-mocks": "1.2.26", | |
"angular-scenario": "1.2.26" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment