Skip to content

Commit

Permalink
Remove unused Bower dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
gunta committed Jun 30, 2015
1 parent 97ba9a2 commit 02779f6
Showing 1 changed file with 8 additions and 24 deletions.
32 changes: 8 additions & 24 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,55 +2,39 @@
"name": "stf",
"version": "0.1.0",
"dependencies": {
"angular": "1.4.1-build.4058",
"angular-cookies": "1.4.1-build.4058",
"angular-route": "1.4.1-build.4058",
"angular-sanitize": "1.4.1-build.4058",
"angular-animate": "1.4.1-build.4058",
"angular-touch": "1.4.1-build.4058",
"angular": "1.4.2",
"angular-cookies": "1.4.2",
"angular-route": "1.4.2",
"angular-sanitize": "1.4.2",
"angular-animate": "1.4.2",
"angular-touch": "1.4.2",
"lodash": "~3.9.3",
"oboe": "~2.1.2",
"ng-table": "git://github.com/esvit/ng-table.git#bd9ec42172389257fcd312330013302b2696ac2a",
"jquery.terminal": "~0.8.8",
"ng-table": "git://github.com/esvit/ng-table.git#5ecdef0a72510b78cee54686d40967c6847ae320",
"angular-gettext": "git://github.com/rubenv/angular-gettext.git#6bf6a66d8b4fd6c5e0fddcee050991391977cf87",
"angular-ui-ace": "~0.2.3",
"ui-bootstrap-alerts": "~0.1.5",
"requirejs": "~2.1.18",
"angular-bootstrap": "~0.12.1",
"angular-dialog-service": "~5.2.6",
"ng-file-upload": "~2.0.5",
"angular-growl-v2": "JanStevens/angular-growl-2#~0.7.3",
"angular-loading-bar": "~0.7.1",
"underscore.string": "~3.1.1",
"bootstrap": "~3.3.4",
"font-lato-2-subset": "~0.4.0",
"packery": "~1.4.1",
"draggabilly": "~1.2.4",
"angular-elastic": "~2.4.2",
"quick-ng-repeat": "~0.0.1",
"angular-vs-repeat": "~1.0.0-rc5",
"checklist-model": "~0.2.4",
"angular-hotkeys": "chieffancypants/angular-hotkeys#~1.4.5",
"angular-borderlayout": "git://github.com/filearts/angular-borderlayout.git#7c9716aebd9260763f798561ca49d6fbfd4a5c67",
"angular-ui-bootstrap": "~0.12.1",
"ng-context-menu": "~1.0.1",
"stats.js": "*",
"components-font-awesome": "~4.3.0",
"epoch": "~0.6.0",
"d3": "~3.5.5",
"ng-epoch": "~1.0.7",
"eventEmitter": "~4.2.11",
"angular-ladda": "~0.2.2"
},
"private": true,
"resolutions": {
"angular": "1.4.1-build.4058",
"angular-sanitize": "1.4.1-build.4058",
"angular-bootstrap": "~0.12.1",
"d3": "~3.5.5",
"outlayer": "1.4.x"
},
"devDependencies": {
"angular-mocks": "1.4.1-build.4058"
"angular-mocks": "1.4.2"
}
}

0 comments on commit 02779f6

Please sign in to comment.