diff options
Diffstat (limited to 'ui/.meteor')
-rw-r--r-- | ui/.meteor/.finished-upgraders | 16 | ||||
-rw-r--r-- | ui/.meteor/.gitignore | 1 | ||||
-rw-r--r-- | ui/.meteor/.id | 7 | ||||
-rw-r--r-- | ui/.meteor/packages | 48 | ||||
-rw-r--r-- | ui/.meteor/platforms | 2 | ||||
-rw-r--r-- | ui/.meteor/release | 1 | ||||
-rw-r--r-- | ui/.meteor/versions | 138 |
7 files changed, 213 insertions, 0 deletions
diff --git a/ui/.meteor/.finished-upgraders b/ui/.meteor/.finished-upgraders new file mode 100644 index 0000000..ce276f3 --- /dev/null +++ b/ui/.meteor/.finished-upgraders @@ -0,0 +1,16 @@ +# This file contains information which helps Meteor properly upgrade your +# app when you run 'meteor update'. You should check it into version control +# with your project. + +notices-for-0.9.0 +notices-for-0.9.1 +0.9.4-platform-file +notices-for-facebook-graph-api-2 +1.2.0-standard-minifiers-package +1.2.0-meteor-platform-split +1.2.0-cordova-changes +1.2.0-breaking-changes +1.3.0-split-minifiers-package +1.4.0-remove-old-dev-bundle-link +1.4.1-add-shell-server-package +1.4.3-split-account-service-packages diff --git a/ui/.meteor/.gitignore b/ui/.meteor/.gitignore new file mode 100644 index 0000000..4083037 --- /dev/null +++ b/ui/.meteor/.gitignore @@ -0,0 +1 @@ +local diff --git a/ui/.meteor/.id b/ui/.meteor/.id new file mode 100644 index 0000000..6041321 --- /dev/null +++ b/ui/.meteor/.id @@ -0,0 +1,7 @@ +# This file contains a token that is unique to your project. +# Check it into your repository along with the rest of this directory. +# It can be used for purposes such as: +# - ensuring you don't accidentally deploy one app on top of another +# - providing package authors with aggregated statistics + +ryedun1uy1llg1szr22d 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 diff --git a/ui/.meteor/platforms b/ui/.meteor/platforms new file mode 100644 index 0000000..efeba1b --- /dev/null +++ b/ui/.meteor/platforms @@ -0,0 +1,2 @@ +server +browser diff --git a/ui/.meteor/release b/ui/.meteor/release new file mode 100644 index 0000000..605b4e1 --- /dev/null +++ b/ui/.meteor/release @@ -0,0 +1 @@ +METEOR@1.4.4.1 diff --git a/ui/.meteor/versions b/ui/.meteor/versions new file mode 100644 index 0000000..4f3b155 --- /dev/null +++ b/ui/.meteor/versions @@ -0,0 +1,138 @@ +accounts-base@1.2.16 +accounts-password@1.3.5 +accounts-ui@1.1.9 +accounts-ui-unstyled@1.2.1 +alanning:roles@1.2.16 +aldeed:collection2@2.10.0 +aldeed:collection2-core@1.2.0 +aldeed:schema-deny@1.1.0 +aldeed:schema-index@1.1.1 +aldeed:simple-schema@1.5.3 +allow-deny@1.0.5 +autoupdate@1.3.12 +babel-compiler@6.18.2 +babel-runtime@1.0.1 +base64@1.0.10 +binary-heap@1.0.10 +blaze@2.3.2 +blaze-html-templates@1.1.2 +blaze-tools@1.0.10 +boilerplate-generator@1.0.11 +caching-compiler@1.1.9 +caching-html-compiler@1.1.2 +callback-hook@1.0.10 +check@1.2.5 +chrismbeckett:toastr@2.1.2_1 +coffeescript@1.12.3_1 +ddp@1.2.5 +ddp-client@1.3.4 +ddp-common@1.2.8 +ddp-rate-limiter@1.0.7 +ddp-server@1.3.14 +deps@1.0.12 +diff-sequence@1.0.7 +ecmascript@0.7.3 +ecmascript-runtime@0.3.15 +ejson@1.0.13 +email@1.2.1 +es5-shim@4.6.15 +fastclick@1.0.13 +fortawesome:fontawesome@4.7.0 +geojson-utils@1.0.10 +gwendall:auth-client-callbacks@0.1.0 +hot-code-push@1.0.4 +html-tools@1.0.11 +htmljs@1.0.11 +http@1.2.12 +id-map@1.0.9 +iron:controller@1.0.12 +iron:core@1.0.11 +iron:dynamic-template@1.0.12 +iron:layout@1.0.12 +iron:location@1.0.11 +iron:middleware-stack@1.1.0 +iron:router@1.1.2 +iron:url@1.1.0 +jquery@1.11.10 +launch-screen@1.1.1 +less@2.7.9 +limemakers:three@0.75.0 +livedata@1.0.18 +localstorage@1.0.12 +logging@1.1.17 +mdg:validated-method@1.1.0 +mdg:validation-error@0.5.1 +meteor@1.6.1 +meteor-base@1.0.4 +meteorhacks:aggregate@1.3.0 +meteorhacks:collection-utils@1.2.0 +meteortoys:allthings@3.0.0 +meteortoys:authenticate@3.0.0 +meteortoys:autopub@3.0.0 +meteortoys:blueprint@3.0.0 +meteortoys:email@3.0.0 +meteortoys:hotreload@3.0.0 +meteortoys:listen@3.0.0 +meteortoys:method@3.0.4 +meteortoys:pub@3.0.4 +meteortoys:result@3.0.0 +meteortoys:shell@3.0.0 +meteortoys:status@3.0.0 +meteortoys:sub@3.0.0 +meteortoys:throttle@3.0.0 +meteortoys:toykit@3.0.4 +minifier-css@1.2.16 +minifier-js@2.0.0 +minimongo@1.0.21 +mobile-experience@1.0.4 +mobile-status-bar@1.0.14 +modules@0.8.2 +modules-runtime@0.7.10 +momentjs:moment@2.18.1 +mongo@1.1.16 +mongo-id@1.0.6 +mongo-livedata@1.0.12 +msavin:jetsetter@2.0.0 +msavin:mongol@2.0.1 +natestrauser:publish-performant-counts@0.1.2 +npm-bcrypt@0.9.2 +npm-mongo@2.2.24 +observe-sequence@1.0.16 +ordered-dict@1.0.9 +pcel:loading@1.0.3 +percolate:migrations@0.9.8 +promise@0.8.8 +raix:eventemitter@0.1.3 +random@1.0.10 +rate-limit@1.0.8 +reactive-dict@1.1.8 +reactive-var@1.0.11 +reload@1.1.11 +retry@1.0.9 +routepolicy@1.0.12 +service-configuration@1.0.11 +session@1.1.7 +sha@1.0.9 +shell-server@0.2.3 +spacebars@1.0.15 +spacebars-compiler@1.1.2 +spectrum:material-design-lite@0.0.4 +srp@1.0.10 +standard-minifier-css@1.3.4 +standard-minifier-js@2.0.0 +stolinski:stylus-multi@1.4.3 +templating@1.3.2 +templating-compiler@1.3.2 +templating-runtime@1.3.2 +templating-tools@1.1.2 +timmyg:wow@1.0.1 +tmeasday:publish-counts@0.8.0 +tracker@1.1.2 +tsega:bootstrap3-datetimepicker@4.17.37_1 +twbs:bootstrap@3.3.6 +ui@1.0.13 +underscore@1.0.10 +url@1.1.0 +webapp@1.3.15 +webapp-hashing@1.0.9 +zimme:active-route@2.3.2 |