From 98ccf39560e0f643ddf9a766e33b420b96dffac6 Mon Sep 17 00:00:00 2001 From: Koren Lev Date: Sun, 6 Aug 2017 11:41:38 +0300 Subject: latest ui code fixes merged in opnfv repo Change-Id: Ib6d7f81e4a85286b7b30d332c757f7eb1bb519f3 Signed-off-by: Koren Lev --- ui/.meteor/packages | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 ui/.meteor/packages (limited to 'ui/.meteor/packages') diff --git a/ui/.meteor/packages b/ui/.meteor/packages new file mode 100644 index 0000000..a63ed10 --- /dev/null +++ b/ui/.meteor/packages @@ -0,0 +1,48 @@ +# Meteor packages used by this project, one per line. +# Check this file (and the other files in this directory) into your repository. +# +# 'meteor add' and 'meteor remove' will edit this file for you, +# but you can also edit it by hand. + +meteor-base@1.0.4 # Packages every Meteor app needs to have +mobile-experience@1.0.4 # Packages for a great mobile UX +mongo@1.1.16 # The database Meteor supports right now +blaze-html-templates@1.0.4 # Compile .html files into Meteor Blaze views +session@1.1.7 # Client-side reactive dictionary for your app +jquery@1.11.10 # Helpful client-side library +tracker@1.1.2 # Meteor's client-side reactive programming library + +es5-shim@4.6.15 # ECMAScript 5 compatibility for older browsers. +ecmascript@0.7.2 # Enable ECMAScript2015+ syntax in app code + +http@1.2.12 +iron:router +twbs:bootstrap +standard-minifier-css@1.3.4 +standard-minifier-js@2.0.0 +limemakers:three +pcel:loading +spectrum:material-design-lite +timmyg:wow +accounts-ui@1.1.9 +accounts-password@1.3.5 +zimme:active-route +gwendall:auth-client-callbacks +meteortoys:allthings +fortawesome:fontawesome +chrismbeckett:toastr +stolinski:stylus-multi +shell-server@0.2.3 +reactive-dict@1.1.8 +tmeasday:publish-counts +modules@0.8.1 +aldeed:simple-schema +mdg:validated-method +aldeed:collection2 +meteorhacks:aggregate +momentjs:moment +tsega:bootstrap3-datetimepicker +alanning:roles +percolate:migrations +npm-bcrypt +natestrauser:publish-performant-counts -- cgit 1.2.3-korg