Skip to content
This repository has been archived by the owner on Aug 9, 2022. It is now read-only.

Commit

Permalink
#35 Updating bower.json
Browse files Browse the repository at this point in the history
  • Loading branch information
rjrudin committed Jun 28, 2016
1 parent 8c42133 commit ed88edd
Showing 1 changed file with 15 additions and 5 deletions.
20 changes: 15 additions & 5 deletions templates/bower.json
Original file line number Diff line number Diff line change
@@ -1,30 +1,40 @@
{
"name": "<%= appName %>",
"name": "@sample-app-name",
"version": "0.0.0",
"dependencies": {
"jquery": "~2.1.4",
"angular": "~1.4.4",
"angular-bootstrap": "~0.13.3",
"angular-bootstrap": "^1.1",
"angular-cookies": "~1.4.4",
"angular-highlightjs": "~0.4.3",
"angular-mocks": "~1.4.4",
"angular-ui-router": "~0.2.15",
"angular-ui-tinymce": "~0.0.9",
"angular-animate": "~1.4.4",
"ngtoast": "^2.0.0",
"angular-x2js": "https://github.com/janmichaelyu/angular-x2js.git",
"bootstrap": "~3.3.5",
"font-awesome": "~4.4.0",
"font-awesome": "~4.6.0",
"highlightjs":"~8.7.0",
"jquery": "~2.1.4",
"lodash": "~3.10.1",
"ml-search-ng": "~0.2.0",
"ml-utils": "withjam/ml-utils",
"ng-json-explorer": "8c2a0f9104",
"vkbeautify-wrapper": "*",
"ml-esir-maps-ng": "ml-esri-maps-ng#^0.0.1"
"highcharts": "^4.2",
"angular-google-maps": "2.3.2",
"tinymce-dist": "4.3.12"
},
"overrides": {
"angular-highlightjs": {
"dependencies": {"angular" : ">1.0.8", "highlightjs":"~8.7.0"}
}
},
"devDependencies": {
"angular-mocks": "~1.4.4",
"sinon": "http://sinonjs.org/releases/sinon-1.16.1.js",
"bardjs": "~0.1.8"
},
"private": true,
"resolutions": {
"angular": "~1.4.4"
Expand Down

0 comments on commit ed88edd

Please sign in to comment.