Browse Source

first one

etienne 7 years ago
parent
commit
328128e1dc
7 changed files with 171 additions and 0 deletions
  1. 13 0
      .meteor/.finished-upgraders
  2. 2 0
      .meteor/.gitignore
  3. 7 0
      .meteor/.id
  4. 26 0
      .meteor/packages
  5. 2 0
      .meteor/platforms
  6. 1 0
      .meteor/release
  7. 120 0
      .meteor/versions

+ 13 - 0
.meteor/.finished-upgraders

@@ -0,0 +1,13 @@
+# 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

+ 2 - 0
.meteor/.gitignore

@@ -0,0 +1,2 @@
+local
+dev_bundle

+ 7 - 0
.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
+
+u8soxj1cwa03t48wgju

+ 26 - 0
.meteor/packages

@@ -0,0 +1,26 @@
+# 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             # Packages every Meteor app needs to have
+mobile-experience       # Packages for a great mobile UX
+mongo                   # The database Meteor supports right now
+blaze-html-templates    # Compile .html files into Meteor Blaze views
+reactive-var            # Reactive variable for tracker
+jquery                  # Helpful client-side library
+tracker                 # Meteor's client-side reactive programming library
+
+standard-minifier-css   # CSS minifier run for production mode
+standard-minifier-js    # JS minifier run for production mode
+es5-shim                # ECMAScript 5 compatibility for older browsers.
+ecmascript              # Enable ECMAScript2015+ syntax in app code
+
+autopublish             # Publish all data to the clients (for prototyping)
+insecure                # Allow all DB writes from clients (for prototyping)
+orionjs:core
+twbs:bootstrap
+fortawesome:fontawesome
+orionjs:bootstrap
+iron:router

+ 2 - 0
.meteor/platforms

@@ -0,0 +1,2 @@
+server
+browser

+ 1 - 0
.meteor/release

@@ -0,0 +1 @@
+METEOR@1.3.4.4

+ 120 - 0
.meteor/versions

@@ -0,0 +1,120 @@
+accounts-base@1.2.8
+accounts-password@1.1.12
+aldeed:autoform@5.4.1
+aldeed:collection2@2.5.0
+aldeed:simple-schema@1.3.3
+aldeed:tabular@1.2.0
+allow-deny@1.0.5
+anti:i18n@0.4.3
+autopublish@1.0.7
+autoupdate@1.2.11
+babel-compiler@6.8.4
+babel-runtime@0.1.9_1
+base64@1.0.9
+binary-heap@1.0.9
+blaze@2.1.8
+blaze-html-templates@1.0.4
+blaze-tools@1.0.9
+boilerplate-generator@1.0.9
+caching-compiler@1.0.6
+caching-html-compiler@1.0.6
+callback-hook@1.0.9
+check@1.2.3
+coffeescript@1.1.3
+dburles:collection-helpers@1.0.4
+ddp@1.2.5
+ddp-client@1.2.9
+ddp-common@1.2.6
+ddp-rate-limiter@1.0.5
+ddp-server@1.2.9
+deps@1.0.12
+diff-sequence@1.0.6
+ecmascript@0.4.7
+ecmascript-runtime@0.2.12
+ejson@1.0.12
+email@1.0.15
+es5-shim@4.5.13
+fastclick@1.0.12
+fortawesome:fontawesome@4.5.0
+geojson-utils@1.0.9
+hot-code-push@1.0.4
+html-tools@1.0.10
+htmljs@1.0.10
+http@1.1.8
+id-map@1.0.8
+insecure@1.0.7
+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.0.13
+iron:url@1.0.11
+jquery@1.11.9
+launch-screen@1.0.12
+less@2.6.4
+livedata@1.0.18
+localstorage@1.0.11
+logging@1.0.14
+matb33:collection-hooks@0.7.15
+meteor@1.1.16
+meteor-base@1.0.4
+meteor-platform@1.2.6
+meteorhacks:inject-initial@1.0.4
+minifier-css@1.1.13
+minifier-js@1.1.13
+minimongo@1.0.17
+mobile-experience@1.0.4
+mobile-status-bar@1.0.12
+modules@0.6.5
+modules-runtime@0.6.5
+momentjs:moment@2.10.6
+mongo@1.1.9_1
+mongo-id@1.0.5
+nicolaslopezj:options@1.0.1
+nicolaslopezj:reactive-templates@1.2.1
+nicolaslopezj:roles@1.5.3
+nicolaslopezj:router-layer@0.0.11
+npm-bcrypt@0.8.6_2
+npm-mongo@1.4.45
+observe-sequence@1.0.12
+ordered-dict@1.0.8
+orionjs:accounts@1.8.1
+orionjs:attributes@1.8.0
+orionjs:base@1.8.0
+orionjs:bootstrap@1.5.0
+orionjs:collections@1.8.0
+orionjs:config@1.8.0
+orionjs:core@1.8.0
+orionjs:dictionary@1.8.0
+orionjs:lang-en@1.8.0
+promise@0.7.3
+random@1.0.10
+rate-limit@1.0.5
+reactive-dict@1.1.8
+reactive-var@1.0.10
+reload@1.1.10
+retry@1.0.8
+routepolicy@1.0.11
+service-configuration@1.0.10
+session@1.1.6
+sha@1.0.8
+softwarerero:accounts-t9n@1.1.7
+spacebars@1.0.12
+spacebars-compiler@1.0.12
+srp@1.0.9
+standard-minifier-css@1.0.8
+standard-minifier-js@1.0.8
+standard-minifiers@1.0.6
+templating@1.1.13
+templating-tools@1.0.4
+tracker@1.0.14
+twbs:bootstrap@3.3.6
+ui@1.0.11
+underscore@1.0.9
+url@1.0.10
+useraccounts:bootstrap@1.12.4
+useraccounts:core@1.12.4
+webapp@1.2.10
+webapp-hashing@1.0.9