1
0
mirror of https://github.com/fazo96/homework.git synced 2025-01-09 12:10:08 +01:00

migrated to meteor 0.9

This commit is contained in:
fazo96 2014-09-23 11:38:27 +02:00
parent e5669c6734
commit dd40d8e2a7
8 changed files with 86 additions and 51 deletions

View File

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

7
.meteor/.id Normal file
View File

@ -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
fjo3881914otu1d32sl

1
.meteor/cordova-plugins Normal file
View File

@ -0,0 +1 @@

View File

@ -5,9 +5,10 @@
standard-app-packages
coffeescript
bootstrap-3
font-awesome
mrt:bootstrap-3@3.1.1-1
natestrauser:font-awesome@4.1.0
accounts-base
accounts-password
iron-router
bootstrap3-datepicker
iron:router
rajit:bootstrap3-datepicker

View File

@ -1 +1 @@
0.8.1.3
METEOR@0.9.2.2

66
.meteor/versions Normal file
View File

@ -0,0 +1,66 @@
accounts-base@1.1.0
accounts-password@1.0.1
application-configuration@1.0.2
autoupdate@1.1.0
base64@1.0.0
binary-heap@1.0.0
blaze-tools@1.0.0
blaze@2.0.0
boilerplate-generator@1.0.0
callback-hook@1.0.0
check@1.0.0
coffeescript@1.0.3
ctl-helper@1.0.3
ctl@1.0.1
ddp@1.0.8
deps@1.0.3
ejson@1.0.2
email@1.0.2
fastclick@1.0.0
follower-livedata@1.0.1
geojson-utils@1.0.0
html-tools@1.0.0
htmljs@1.0.1
http@1.0.5
id-map@1.0.0
iron:core@0.3.4
iron:dynamic-template@0.4.1
iron:layout@0.4.1
iron:router@0.9.3
jquery@1.0.0
json@1.0.0
livedata@1.0.9
localstorage@1.0.0
logging@1.0.3
meteor-platform@1.1.0
meteor@1.1.0
minifiers@1.1.0
minimongo@1.0.3
mobile-status-bar@1.0.0
mongo@1.0.5
mrt:bootstrap-3@3.1.1-1
natestrauser:font-awesome@4.2.0
npm-bcrypt@0.7.7
observe-sequence@1.0.2
ordered-dict@1.0.0
rajit:bootstrap3-datepicker@1.3.1
random@1.0.0
reactive-dict@1.0.2
reactive-var@1.0.1
reload@1.1.0
retry@1.0.0
routepolicy@1.0.1
service-configuration@1.0.1
session@1.0.1
sha@1.0.0
spacebars-compiler@1.0.2
spacebars@1.0.1
srp@1.0.0
standard-app-packages@1.0.1
templating@1.0.6
tracker@1.0.2
ui@1.0.2
underscore@1.0.0
url@1.0.0
webapp-hashing@1.0.0
webapp@1.1.1

View File

@ -1,8 +0,0 @@
{
"packages": {
"bootstrap-3": {},
"font-awesome": {},
"iron-router": {},
"bootstrap3-datepicker": {}
}
}

View File

@ -1,38 +0,0 @@
{
"meteor": {},
"dependencies": {
"basePackages": {
"bootstrap-3": {},
"font-awesome": {},
"iron-router": {},
"bootstrap3-datepicker": {}
},
"packages": {
"bootstrap-3": {
"git": "https://github.com/mangasocial/meteor-bootstrap-3.git",
"tag": "v3.1.1-1",
"commit": "63dd38968828bb8963636df93e9a1c45e2dfe67e"
},
"font-awesome": {
"git": "https://github.com/nate-strauser/meteor-font-awesome.git",
"tag": "v4.1.0",
"commit": "ce6b1e92715d1938babc5d69c655c17e387f5926"
},
"iron-router": {
"git": "https://github.com/EventedMind/iron-router.git",
"tag": "v0.7.1",
"commit": "d1ffb3f06ea4c112132b030f2eb1a70b81675ecb"
},
"bootstrap3-datepicker": {
"git": "https://github.com/rajit/bootstrap3-datepicker.git",
"tag": "v0.2.1",
"commit": "442484eb1c8eb00c6b9e0e9c88accc934cf8f04a"
},
"blaze-layout": {
"git": "https://github.com/EventedMind/blaze-layout.git",
"tag": "v0.2.4",
"commit": "b40e9b0612329288d75cf52ad14a7da64bb8618f"
}
}
}
}