mirror of
https://github.com/vale981/Vulcan
synced 2025-03-05 17:41:43 -05:00
updating to Meteor 1.0
This commit is contained in:
parent
77d21ea139
commit
0ceda58124
24 changed files with 1137 additions and 1141 deletions
|
@ -4,3 +4,4 @@
|
||||||
|
|
||||||
notices-for-0.9.0
|
notices-for-0.9.0
|
||||||
notices-for-0.9.1
|
notices-for-0.9.1
|
||||||
|
0.9.4-platform-file
|
||||||
|
|
|
@ -16,10 +16,10 @@ accounts-facebook
|
||||||
|
|
||||||
# Atmosphere Packages
|
# Atmosphere Packages
|
||||||
|
|
||||||
iron:router@0.9.1
|
iron:router
|
||||||
|
|
||||||
meteorhacks:fast-render@1.0.0
|
meteorhacks:fast-render
|
||||||
meteorhacks:subs-manager@1.1.0
|
meteorhacks:subs-manager
|
||||||
meteorhacks:npm
|
meteorhacks:npm
|
||||||
|
|
||||||
aldeed:autoform
|
aldeed:autoform
|
||||||
|
@ -31,11 +31,11 @@ mrt:cookies@0.3.0
|
||||||
mrt:moment
|
mrt:moment
|
||||||
mrt:mailchimp
|
mrt:mailchimp
|
||||||
|
|
||||||
cmather:handlebars-server@0.2.0
|
cmather:handlebars-server
|
||||||
sacha:spin@2.0.4
|
sacha:spin@2.0.4
|
||||||
sacha:juice
|
sacha:juice
|
||||||
chuangbo:marked@0.3.3
|
chuangbo:marked@0.3.3
|
||||||
percolatestudio:synced-cron@0.1.1
|
percolatestudio:synced-cron
|
||||||
npm-container
|
npm-container
|
||||||
matb33:collection-hooks
|
matb33:collection-hooks
|
||||||
djedi:sanitize-html
|
djedi:sanitize-html
|
||||||
|
|
2
.meteor/platforms
Normal file
2
.meteor/platforms
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
server
|
||||||
|
browser
|
|
@ -1 +1 @@
|
||||||
METEOR@0.9.3.1
|
METEOR@1.0
|
||||||
|
|
173
.meteor/versions
173
.meteor/versions
|
@ -1,43 +1,44 @@
|
||||||
accounts-base@1.1.1
|
accounts-base@1.1.2
|
||||||
accounts-facebook@1.0.1
|
accounts-facebook@1.0.2
|
||||||
accounts-oauth@1.1.1
|
accounts-oauth@1.1.2
|
||||||
accounts-password@1.0.2
|
accounts-password@1.0.4
|
||||||
accounts-twitter@1.0.1
|
accounts-twitter@1.0.2
|
||||||
accounts-ui-unstyled@1.1.2
|
accounts-ui-unstyled@1.1.4
|
||||||
accounts-ui@1.1.1
|
accounts-ui@1.1.3
|
||||||
aldeed:autoform@3.1.0
|
aldeed:autoform@4.0.2
|
||||||
aldeed:collection2@2.1.0
|
aldeed:collection2@2.2.0
|
||||||
aldeed:simple-schema@1.0.3
|
aldeed:simple-schema@1.1.0
|
||||||
application-configuration@1.0.2
|
application-configuration@1.0.3
|
||||||
autoupdate@1.1.1
|
autoupdate@1.1.3
|
||||||
backbone@1.0.0
|
backbone@1.0.0
|
||||||
base64@1.0.0
|
base64@1.0.1
|
||||||
bengott:avatar@0.2.1
|
bengott:avatar@0.5.1
|
||||||
binary-heap@1.0.0
|
binary-heap@1.0.1
|
||||||
blaze-tools@1.0.0
|
blaze-tools@1.0.1
|
||||||
blaze@2.0.1
|
blaze@2.0.3
|
||||||
boilerplate-generator@1.0.0
|
boilerplate-generator@1.0.1
|
||||||
callback-hook@1.0.0
|
callback-hook@1.0.1
|
||||||
check@1.0.1
|
check@1.0.2
|
||||||
|
chuangbo:cookie@1.1.0
|
||||||
chuangbo:marked@0.3.5
|
chuangbo:marked@0.3.5
|
||||||
cmather:handlebars-server@0.2.0
|
cmather:handlebars-server@2.0.0
|
||||||
coffeescript@1.0.3
|
coffeescript@1.0.4
|
||||||
ctl-helper@1.0.3
|
ctl-helper@1.0.4
|
||||||
ctl@1.0.1
|
ctl@1.0.2
|
||||||
ddp@1.0.9
|
ddp@1.0.11
|
||||||
deps@1.0.4
|
deps@1.0.5
|
||||||
djedi:sanitize-html@1.3.0
|
djedi:sanitize-html@1.3.0
|
||||||
ejson@1.0.3
|
ejson@1.0.4
|
||||||
email@1.0.3
|
email@1.0.4
|
||||||
facebook@1.1.0
|
facebook@1.1.2
|
||||||
fastclick@1.0.0
|
fastclick@1.0.1
|
||||||
follower-livedata@1.0.1
|
follower-livedata@1.0.2
|
||||||
geojson-utils@1.0.0
|
geojson-utils@1.0.1
|
||||||
handlebars@1.0.0
|
handlebars@1.0.1
|
||||||
html-tools@1.0.1
|
html-tools@1.0.2
|
||||||
htmljs@1.0.1
|
htmljs@1.0.2
|
||||||
http@1.0.6
|
http@1.0.8
|
||||||
id-map@1.0.0
|
id-map@1.0.1
|
||||||
iron:core@0.3.4
|
iron:core@0.3.4
|
||||||
iron:dynamic-template@0.4.1
|
iron:dynamic-template@0.4.1
|
||||||
iron:layout@0.4.1
|
iron:layout@0.4.1
|
||||||
|
@ -45,61 +46,61 @@ iron:router@0.9.4
|
||||||
jparker:crypto-core@0.1.0
|
jparker:crypto-core@0.1.0
|
||||||
jparker:crypto-md5@0.1.1
|
jparker:crypto-md5@0.1.1
|
||||||
jparker:gravatar@0.3.0
|
jparker:gravatar@0.3.0
|
||||||
jquery@1.0.0
|
jquery@1.0.1
|
||||||
json@1.0.0
|
json@1.0.1
|
||||||
kestanous:herald-email@0.2.1
|
kestanous:herald-email@0.2.1
|
||||||
kestanous:herald@0.6.0
|
kestanous:herald@0.6.0
|
||||||
less@1.0.9
|
launch-screen@1.0.0
|
||||||
livedata@1.0.10
|
less@1.0.11
|
||||||
localstorage@1.0.0
|
livedata@1.0.11
|
||||||
logging@1.0.3
|
localstorage@1.0.1
|
||||||
|
logging@1.0.5
|
||||||
matb33:collection-hooks@0.7.6
|
matb33:collection-hooks@0.7.6
|
||||||
meteor-platform@1.1.1
|
meteor-platform@1.2.0
|
||||||
meteor@1.1.1
|
meteor@1.1.3
|
||||||
meteorhacks:async@1.0.0
|
meteorhacks:async@1.0.0
|
||||||
meteorhacks:fast-render@1.1.2
|
meteorhacks:fast-render@1.2.1
|
||||||
meteorhacks:kadira-binary-deps@1.2.0
|
meteorhacks:kadira@2.5.0
|
||||||
meteorhacks:kadira@2.11.2
|
meteorhacks:npm@1.2.1
|
||||||
meteorhacks:npm@1.2.0
|
meteorhacks:subs-manager@1.2.0
|
||||||
meteorhacks:subs-manager@1.1.0
|
minifiers@1.1.2
|
||||||
minifiers@1.1.0
|
minimongo@1.0.5
|
||||||
minimongo@1.0.3
|
mobile-status-bar@1.0.1
|
||||||
mobile-status-bar@1.0.0
|
mongo-livedata@1.0.6
|
||||||
mongo-livedata@1.0.5
|
mongo@1.0.8
|
||||||
mongo@1.0.6
|
|
||||||
mrt:cookies@0.3.0
|
mrt:cookies@0.3.0
|
||||||
mrt:jquery-hotkeys@0.0.1
|
mrt:jquery-hotkeys@0.0.1
|
||||||
mrt:mailchimp@0.4.0
|
mrt:mailchimp@0.4.0
|
||||||
mrt:moment@2.8.1
|
mrt:moment@2.8.1
|
||||||
npm-bcrypt@0.7.7
|
npm-bcrypt@0.7.7
|
||||||
npm-container@1.0.0
|
npm-container@1.0.0
|
||||||
oauth1@1.1.0
|
oauth1@1.1.2
|
||||||
oauth2@1.1.0
|
oauth2@1.1.1
|
||||||
oauth@1.1.0
|
oauth@1.1.2
|
||||||
observe-sequence@1.0.2
|
observe-sequence@1.0.3
|
||||||
ordered-dict@1.0.0
|
ordered-dict@1.0.1
|
||||||
percolatestudio:synced-cron@0.3.0
|
percolatestudio:synced-cron@1.0.0
|
||||||
rajit:bootstrap3-datepicker@1.3.1
|
rajit:bootstrap3-datepicker@1.3.1
|
||||||
random@1.0.0
|
random@1.0.1
|
||||||
reactive-dict@1.0.3
|
reactive-dict@1.0.4
|
||||||
reactive-var@1.0.2
|
reactive-var@1.0.3
|
||||||
reload@1.1.0
|
reload@1.1.1
|
||||||
retry@1.0.0
|
retry@1.0.1
|
||||||
routepolicy@1.0.1
|
routepolicy@1.0.2
|
||||||
sacha:juice@0.1.0
|
sacha:juice@0.1.0
|
||||||
sacha:spin@2.0.4
|
sacha:spin@2.0.4
|
||||||
service-configuration@1.0.1
|
service-configuration@1.0.2
|
||||||
session@1.0.2
|
session@1.0.4
|
||||||
sha@1.0.0
|
sha@1.0.1
|
||||||
softwarerero:accounts-t9n@1.0.0
|
softwarerero:accounts-t9n@1.0.0
|
||||||
spacebars-compiler@1.0.2
|
spacebars-compiler@1.0.3
|
||||||
spacebars@1.0.2
|
spacebars@1.0.3
|
||||||
spiderable@1.0.3
|
spiderable@1.0.5
|
||||||
splendido:accounts-templates-core@0.9.9
|
splendido:accounts-templates-core@0.11.0
|
||||||
splendido:accounts-templates-unstyled@0.9.9
|
splendido:accounts-templates-unstyled@0.11.0
|
||||||
srp@1.0.0
|
srp@1.0.1
|
||||||
standard-app-packages@1.0.2
|
standard-app-packages@1.0.3
|
||||||
stylus@1.0.4
|
stylus@1.0.5
|
||||||
telescope-api@0.0.0
|
telescope-api@0.0.0
|
||||||
telescope-base@0.0.0
|
telescope-base@0.0.0
|
||||||
telescope-daily@0.0.0
|
telescope-daily@0.0.0
|
||||||
|
@ -117,11 +118,11 @@ telescope-tags@0.0.0
|
||||||
telescope-theme-base@0.0.0
|
telescope-theme-base@0.0.0
|
||||||
telescope-theme-hubble@0.0.0
|
telescope-theme-hubble@0.0.0
|
||||||
telescope-update-prompt@0.1.0
|
telescope-update-prompt@0.1.0
|
||||||
templating@1.0.7
|
templating@1.0.9
|
||||||
tracker@1.0.2
|
tracker@1.0.3
|
||||||
twitter@1.1.0
|
twitter@1.1.2
|
||||||
ui@1.0.3
|
ui@1.0.4
|
||||||
underscore@1.0.0
|
underscore@1.0.1
|
||||||
url@1.0.0
|
url@1.0.2
|
||||||
webapp-hashing@1.0.0
|
webapp-hashing@1.0.1
|
||||||
webapp@1.1.2
|
webapp@1.1.4
|
||||||
|
|
|
@ -1,12 +1,4 @@
|
||||||
settingsSchemaObject = {
|
settingsSchemaObject = {
|
||||||
title: {
|
|
||||||
type: String,
|
|
||||||
label: "Title",
|
|
||||||
optional: true,
|
|
||||||
autoform: {
|
|
||||||
group: 'general'
|
|
||||||
}
|
|
||||||
},
|
|
||||||
siteUrl: {
|
siteUrl: {
|
||||||
type: String,
|
type: String,
|
||||||
optional: true,
|
optional: true,
|
||||||
|
|
|
@ -2,14 +2,14 @@
|
||||||
"dependencies": [
|
"dependencies": [
|
||||||
[
|
[
|
||||||
"meteor",
|
"meteor",
|
||||||
"1.1.1"
|
"1.1.3"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"underscore",
|
"underscore",
|
||||||
"1.0.0"
|
"1.0.1"
|
||||||
]
|
]
|
||||||
],
|
],
|
||||||
"pluginDependencies": [],
|
"pluginDependencies": [],
|
||||||
"toolVersion": "meteor-tool@1.0.33",
|
"toolVersion": "meteor-tool@1.0.35",
|
||||||
"format": "1.0"
|
"format": "1.0"
|
||||||
}
|
}
|
|
@ -2,63 +2,63 @@
|
||||||
"dependencies": [
|
"dependencies": [
|
||||||
[
|
[
|
||||||
"base64",
|
"base64",
|
||||||
"1.0.0"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"blaze",
|
|
||||||
"2.0.1"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"deps",
|
|
||||||
"1.0.4"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"ejson",
|
|
||||||
"1.0.3"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"geojson-utils",
|
|
||||||
"1.0.0"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"htmljs",
|
|
||||||
"1.0.1"
|
"1.0.1"
|
||||||
],
|
],
|
||||||
|
[
|
||||||
|
"blaze",
|
||||||
|
"2.0.3"
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"deps",
|
||||||
|
"1.0.5"
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"ejson",
|
||||||
|
"1.0.4"
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"geojson-utils",
|
||||||
|
"1.0.1"
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"htmljs",
|
||||||
|
"1.0.2"
|
||||||
|
],
|
||||||
[
|
[
|
||||||
"id-map",
|
"id-map",
|
||||||
"1.0.0"
|
"1.0.1"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"jquery",
|
"jquery",
|
||||||
"1.0.0"
|
"1.0.1"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"json",
|
"json",
|
||||||
"1.0.0"
|
"1.0.1"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"meteor",
|
"meteor",
|
||||||
"1.1.1"
|
"1.1.3"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"minimongo",
|
"minimongo",
|
||||||
"1.0.3"
|
"1.0.5"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"observe-sequence",
|
"observe-sequence",
|
||||||
"1.0.2"
|
"1.0.3"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"ordered-dict",
|
"ordered-dict",
|
||||||
"1.0.0"
|
"1.0.1"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"random",
|
"random",
|
||||||
"1.0.0"
|
"1.0.1"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"reactive-var",
|
"reactive-var",
|
||||||
"1.0.2"
|
"1.0.3"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"telescope-base",
|
"telescope-base",
|
||||||
|
@ -74,18 +74,18 @@
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"tracker",
|
"tracker",
|
||||||
"1.0.2"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"ui",
|
|
||||||
"1.0.3"
|
"1.0.3"
|
||||||
],
|
],
|
||||||
|
[
|
||||||
|
"ui",
|
||||||
|
"1.0.4"
|
||||||
|
],
|
||||||
[
|
[
|
||||||
"underscore",
|
"underscore",
|
||||||
"1.0.0"
|
"1.0.1"
|
||||||
]
|
]
|
||||||
],
|
],
|
||||||
"pluginDependencies": [],
|
"pluginDependencies": [],
|
||||||
"toolVersion": "meteor-tool@1.0.33",
|
"toolVersion": "meteor-tool@1.0.35",
|
||||||
"format": "1.0"
|
"format": "1.0"
|
||||||
}
|
}
|
|
@ -2,63 +2,63 @@
|
||||||
"dependencies": [
|
"dependencies": [
|
||||||
[
|
[
|
||||||
"base64",
|
"base64",
|
||||||
"1.0.0"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"blaze",
|
|
||||||
"2.0.1"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"deps",
|
|
||||||
"1.0.4"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"ejson",
|
|
||||||
"1.0.3"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"geojson-utils",
|
|
||||||
"1.0.0"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"htmljs",
|
|
||||||
"1.0.1"
|
"1.0.1"
|
||||||
],
|
],
|
||||||
|
[
|
||||||
|
"blaze",
|
||||||
|
"2.0.3"
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"deps",
|
||||||
|
"1.0.5"
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"ejson",
|
||||||
|
"1.0.4"
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"geojson-utils",
|
||||||
|
"1.0.1"
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"htmljs",
|
||||||
|
"1.0.2"
|
||||||
|
],
|
||||||
[
|
[
|
||||||
"id-map",
|
"id-map",
|
||||||
"1.0.0"
|
"1.0.1"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"jquery",
|
"jquery",
|
||||||
"1.0.0"
|
"1.0.1"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"json",
|
"json",
|
||||||
"1.0.0"
|
"1.0.1"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"meteor",
|
"meteor",
|
||||||
"1.1.1"
|
"1.1.3"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"minimongo",
|
"minimongo",
|
||||||
"1.0.3"
|
"1.0.5"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"observe-sequence",
|
"observe-sequence",
|
||||||
"1.0.2"
|
"1.0.3"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"ordered-dict",
|
"ordered-dict",
|
||||||
"1.0.0"
|
"1.0.1"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"random",
|
"random",
|
||||||
"1.0.0"
|
"1.0.1"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"reactive-var",
|
"reactive-var",
|
||||||
"1.0.2"
|
"1.0.3"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"telescope-i18n",
|
"telescope-i18n",
|
||||||
|
@ -70,18 +70,18 @@
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"tracker",
|
"tracker",
|
||||||
"1.0.2"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"ui",
|
|
||||||
"1.0.3"
|
"1.0.3"
|
||||||
],
|
],
|
||||||
|
[
|
||||||
|
"ui",
|
||||||
|
"1.0.4"
|
||||||
|
],
|
||||||
[
|
[
|
||||||
"underscore",
|
"underscore",
|
||||||
"1.0.0"
|
"1.0.1"
|
||||||
]
|
]
|
||||||
],
|
],
|
||||||
"pluginDependencies": [],
|
"pluginDependencies": [],
|
||||||
"toolVersion": "meteor-tool@1.0.33",
|
"toolVersion": "meteor-tool@1.0.35",
|
||||||
"format": "1.0"
|
"format": "1.0"
|
||||||
}
|
}
|
|
@ -2,71 +2,75 @@
|
||||||
"dependencies": [
|
"dependencies": [
|
||||||
[
|
[
|
||||||
"accounts-base",
|
"accounts-base",
|
||||||
"1.1.1"
|
"1.1.2"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"application-configuration",
|
"application-configuration",
|
||||||
"1.0.2"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"base64",
|
|
||||||
"1.0.0"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"binary-heap",
|
|
||||||
"1.0.0"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"blaze",
|
|
||||||
"2.0.1"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"blaze-tools",
|
|
||||||
"1.0.0"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"boilerplate-generator",
|
|
||||||
"1.0.0"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"callback-hook",
|
|
||||||
"1.0.0"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"check",
|
|
||||||
"1.0.1"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"ddp",
|
|
||||||
"1.0.9"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"deps",
|
|
||||||
"1.0.4"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"ejson",
|
|
||||||
"1.0.3"
|
"1.0.3"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"follower-livedata",
|
"base64",
|
||||||
"1.0.1"
|
"1.0.1"
|
||||||
],
|
],
|
||||||
|
[
|
||||||
|
"binary-heap",
|
||||||
|
"1.0.1"
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"blaze",
|
||||||
|
"2.0.3"
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"blaze-tools",
|
||||||
|
"1.0.1"
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"boilerplate-generator",
|
||||||
|
"1.0.1"
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"callback-hook",
|
||||||
|
"1.0.1"
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"check",
|
||||||
|
"1.0.2"
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"chuangbo:cookie",
|
||||||
|
"1.1.0"
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"ddp",
|
||||||
|
"1.0.11"
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"deps",
|
||||||
|
"1.0.5"
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"ejson",
|
||||||
|
"1.0.4"
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"follower-livedata",
|
||||||
|
"1.0.2"
|
||||||
|
],
|
||||||
[
|
[
|
||||||
"geojson-utils",
|
"geojson-utils",
|
||||||
"1.0.0"
|
"1.0.1"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"html-tools",
|
"html-tools",
|
||||||
"1.0.1"
|
"1.0.2"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"htmljs",
|
"htmljs",
|
||||||
"1.0.1"
|
"1.0.2"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"id-map",
|
"id-map",
|
||||||
"1.0.0"
|
"1.0.1"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"iron:core",
|
"iron:core",
|
||||||
|
@ -86,91 +90,91 @@
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"jquery",
|
"jquery",
|
||||||
"1.0.0"
|
"1.0.1"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"json",
|
"json",
|
||||||
"1.0.0"
|
"1.0.1"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"livedata",
|
"livedata",
|
||||||
"1.0.10"
|
"1.0.11"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"localstorage",
|
"localstorage",
|
||||||
"1.0.0"
|
"1.0.1"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"logging",
|
"logging",
|
||||||
"1.0.3"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"meteor",
|
|
||||||
"1.1.1"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"meteorhacks:fast-render",
|
|
||||||
"1.1.2"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"meteorhacks:subs-manager",
|
|
||||||
"1.1.0"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"minifiers",
|
|
||||||
"1.1.0"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"minimongo",
|
|
||||||
"1.0.3"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"mongo",
|
|
||||||
"1.0.6"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"mongo-livedata",
|
|
||||||
"1.0.5"
|
"1.0.5"
|
||||||
],
|
],
|
||||||
|
[
|
||||||
|
"meteor",
|
||||||
|
"1.1.3"
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"meteorhacks:fast-render",
|
||||||
|
"1.2.1"
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"meteorhacks:subs-manager",
|
||||||
|
"1.2.0"
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"minifiers",
|
||||||
|
"1.1.2"
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"minimongo",
|
||||||
|
"1.0.5"
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"mongo",
|
||||||
|
"1.0.8"
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"mongo-livedata",
|
||||||
|
"1.0.6"
|
||||||
|
],
|
||||||
[
|
[
|
||||||
"observe-sequence",
|
"observe-sequence",
|
||||||
"1.0.2"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"ordered-dict",
|
|
||||||
"1.0.0"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"random",
|
|
||||||
"1.0.0"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"reactive-dict",
|
|
||||||
"1.0.3"
|
"1.0.3"
|
||||||
],
|
],
|
||||||
|
[
|
||||||
|
"ordered-dict",
|
||||||
|
"1.0.1"
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"random",
|
||||||
|
"1.0.1"
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"reactive-dict",
|
||||||
|
"1.0.4"
|
||||||
|
],
|
||||||
[
|
[
|
||||||
"reactive-var",
|
"reactive-var",
|
||||||
"1.0.2"
|
"1.0.3"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"retry",
|
"retry",
|
||||||
"1.0.0"
|
"1.0.1"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"routepolicy",
|
"routepolicy",
|
||||||
"1.0.1"
|
"1.0.2"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"service-configuration",
|
"service-configuration",
|
||||||
"1.0.1"
|
"1.0.2"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"spacebars",
|
"spacebars",
|
||||||
"1.0.2"
|
"1.0.3"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"spacebars-compiler",
|
"spacebars-compiler",
|
||||||
"1.0.2"
|
"1.0.3"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"telescope-base",
|
"telescope-base",
|
||||||
|
@ -186,30 +190,30 @@
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"templating",
|
"templating",
|
||||||
"1.0.7"
|
"1.0.9"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"tracker",
|
"tracker",
|
||||||
"1.0.2"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"ui",
|
|
||||||
"1.0.3"
|
"1.0.3"
|
||||||
],
|
],
|
||||||
|
[
|
||||||
|
"ui",
|
||||||
|
"1.0.4"
|
||||||
|
],
|
||||||
[
|
[
|
||||||
"underscore",
|
"underscore",
|
||||||
"1.0.0"
|
"1.0.1"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"webapp",
|
"webapp",
|
||||||
"1.1.2"
|
"1.1.4"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"webapp-hashing",
|
"webapp-hashing",
|
||||||
"1.0.0"
|
"1.0.1"
|
||||||
]
|
]
|
||||||
],
|
],
|
||||||
"pluginDependencies": [],
|
"pluginDependencies": [],
|
||||||
"toolVersion": "meteor-tool@1.0.33",
|
"toolVersion": "meteor-tool@1.0.35",
|
||||||
"format": "1.0"
|
"format": "1.0"
|
||||||
}
|
}
|
|
@ -2,22 +2,22 @@
|
||||||
"dependencies": [
|
"dependencies": [
|
||||||
[
|
[
|
||||||
"cmather:handlebars-server",
|
"cmather:handlebars-server",
|
||||||
"0.2.0"
|
"2.0.0"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"handlebars",
|
"handlebars",
|
||||||
"1.0.0"
|
"1.0.1"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"meteor",
|
"meteor",
|
||||||
"1.1.1"
|
"1.1.3"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"underscore",
|
"underscore",
|
||||||
"1.0.0"
|
"1.0.1"
|
||||||
]
|
]
|
||||||
],
|
],
|
||||||
"pluginDependencies": [],
|
"pluginDependencies": [],
|
||||||
"toolVersion": "meteor-tool@1.0.33",
|
"toolVersion": "meteor-tool@1.0.35",
|
||||||
"format": "1.0"
|
"format": "1.0"
|
||||||
}
|
}
|
|
@ -2,78 +2,78 @@
|
||||||
"dependencies": [
|
"dependencies": [
|
||||||
[
|
[
|
||||||
"base64",
|
"base64",
|
||||||
"1.0.0"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"blaze",
|
|
||||||
"2.0.1"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"deps",
|
|
||||||
"1.0.4"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"ejson",
|
|
||||||
"1.0.3"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"geojson-utils",
|
|
||||||
"1.0.0"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"htmljs",
|
|
||||||
"1.0.1"
|
"1.0.1"
|
||||||
],
|
],
|
||||||
|
[
|
||||||
|
"blaze",
|
||||||
|
"2.0.3"
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"deps",
|
||||||
|
"1.0.5"
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"ejson",
|
||||||
|
"1.0.4"
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"geojson-utils",
|
||||||
|
"1.0.1"
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"htmljs",
|
||||||
|
"1.0.2"
|
||||||
|
],
|
||||||
[
|
[
|
||||||
"id-map",
|
"id-map",
|
||||||
"1.0.0"
|
"1.0.1"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"jquery",
|
"jquery",
|
||||||
"1.0.0"
|
"1.0.1"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"json",
|
"json",
|
||||||
"1.0.0"
|
"1.0.1"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"meteor",
|
"meteor",
|
||||||
"1.1.1"
|
"1.1.3"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"minimongo",
|
"minimongo",
|
||||||
"1.0.3"
|
"1.0.5"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"observe-sequence",
|
"observe-sequence",
|
||||||
"1.0.2"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"ordered-dict",
|
|
||||||
"1.0.0"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"random",
|
|
||||||
"1.0.0"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"reactive-var",
|
|
||||||
"1.0.2"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"tracker",
|
|
||||||
"1.0.2"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"ui",
|
|
||||||
"1.0.3"
|
"1.0.3"
|
||||||
],
|
],
|
||||||
|
[
|
||||||
|
"ordered-dict",
|
||||||
|
"1.0.1"
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"random",
|
||||||
|
"1.0.1"
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"reactive-var",
|
||||||
|
"1.0.3"
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"tracker",
|
||||||
|
"1.0.3"
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"ui",
|
||||||
|
"1.0.4"
|
||||||
|
],
|
||||||
[
|
[
|
||||||
"underscore",
|
"underscore",
|
||||||
"1.0.0"
|
"1.0.1"
|
||||||
]
|
]
|
||||||
],
|
],
|
||||||
"pluginDependencies": [],
|
"pluginDependencies": [],
|
||||||
"toolVersion": "meteor-tool@1.0.33",
|
"toolVersion": "meteor-tool@1.0.35",
|
||||||
"format": "1.0"
|
"format": "1.0"
|
||||||
}
|
}
|
|
@ -2,127 +2,119 @@
|
||||||
"dependencies": [
|
"dependencies": [
|
||||||
[
|
[
|
||||||
"application-configuration",
|
"application-configuration",
|
||||||
"1.0.2"
|
"1.0.3"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"base64",
|
"base64",
|
||||||
"1.0.0"
|
"1.0.1"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"binary-heap",
|
"binary-heap",
|
||||||
"1.0.0"
|
"1.0.1"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"blaze",
|
"blaze",
|
||||||
"2.0.1"
|
"2.0.3"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"callback-hook",
|
"callback-hook",
|
||||||
"1.0.0"
|
"1.0.1"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"check",
|
"check",
|
||||||
"1.0.1"
|
"1.0.2"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"ddp",
|
"ddp",
|
||||||
"1.0.9"
|
"1.0.11"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"deps",
|
"deps",
|
||||||
"1.0.4"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"ejson",
|
|
||||||
"1.0.3"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"email",
|
|
||||||
"1.0.3"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"follower-livedata",
|
|
||||||
"1.0.1"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"geojson-utils",
|
|
||||||
"1.0.0"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"htmljs",
|
|
||||||
"1.0.1"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"http",
|
|
||||||
"1.0.6"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"id-map",
|
|
||||||
"1.0.0"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"jquery",
|
|
||||||
"1.0.0"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"json",
|
|
||||||
"1.0.0"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"livedata",
|
|
||||||
"1.0.10"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"localstorage",
|
|
||||||
"1.0.0"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"logging",
|
|
||||||
"1.0.3"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"meteor",
|
|
||||||
"1.1.1"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"meteorhacks:kadira",
|
|
||||||
"2.11.2"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"meteorhacks:kadira-binary-deps",
|
|
||||||
"1.2.0"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"minimongo",
|
|
||||||
"1.0.3"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"mongo",
|
|
||||||
"1.0.6"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"mongo-livedata",
|
|
||||||
"1.0.5"
|
"1.0.5"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"observe-sequence",
|
"ejson",
|
||||||
|
"1.0.4"
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"email",
|
||||||
|
"1.0.4"
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"follower-livedata",
|
||||||
"1.0.2"
|
"1.0.2"
|
||||||
],
|
],
|
||||||
|
[
|
||||||
|
"geojson-utils",
|
||||||
|
"1.0.1"
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"htmljs",
|
||||||
|
"1.0.2"
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"http",
|
||||||
|
"1.0.8"
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"id-map",
|
||||||
|
"1.0.1"
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"jquery",
|
||||||
|
"1.0.1"
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"json",
|
||||||
|
"1.0.1"
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"livedata",
|
||||||
|
"1.0.11"
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"logging",
|
||||||
|
"1.0.5"
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"meteor",
|
||||||
|
"1.1.3"
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"meteorhacks:kadira",
|
||||||
|
"2.5.0"
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"minimongo",
|
||||||
|
"1.0.5"
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"mongo",
|
||||||
|
"1.0.8"
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"mongo-livedata",
|
||||||
|
"1.0.6"
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"observe-sequence",
|
||||||
|
"1.0.3"
|
||||||
|
],
|
||||||
[
|
[
|
||||||
"ordered-dict",
|
"ordered-dict",
|
||||||
"1.0.0"
|
"1.0.1"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"random",
|
"random",
|
||||||
"1.0.0"
|
"1.0.1"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"reactive-var",
|
"reactive-var",
|
||||||
"1.0.2"
|
"1.0.3"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"retry",
|
"retry",
|
||||||
"1.0.0"
|
"1.0.1"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"telescope-base",
|
"telescope-base",
|
||||||
|
@ -138,22 +130,22 @@
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"tracker",
|
"tracker",
|
||||||
"1.0.2"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"ui",
|
|
||||||
"1.0.3"
|
"1.0.3"
|
||||||
],
|
],
|
||||||
|
[
|
||||||
|
"ui",
|
||||||
|
"1.0.4"
|
||||||
|
],
|
||||||
[
|
[
|
||||||
"underscore",
|
"underscore",
|
||||||
"1.0.0"
|
"1.0.1"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"url",
|
"url",
|
||||||
"1.0.0"
|
"1.0.2"
|
||||||
]
|
]
|
||||||
],
|
],
|
||||||
"pluginDependencies": [],
|
"pluginDependencies": [],
|
||||||
"toolVersion": "meteor-tool@1.0.33",
|
"toolVersion": "meteor-tool@1.0.35",
|
||||||
"format": "1.0"
|
"format": "1.0"
|
||||||
}
|
}
|
|
@ -2,18 +2,18 @@
|
||||||
"dependencies": [
|
"dependencies": [
|
||||||
[
|
[
|
||||||
"jquery",
|
"jquery",
|
||||||
"1.0.0"
|
"1.0.1"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"meteor",
|
"meteor",
|
||||||
"1.1.1"
|
"1.1.3"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"underscore",
|
"underscore",
|
||||||
"1.0.0"
|
"1.0.1"
|
||||||
]
|
]
|
||||||
],
|
],
|
||||||
"pluginDependencies": [],
|
"pluginDependencies": [],
|
||||||
"toolVersion": "meteor-tool@1.0.33",
|
"toolVersion": "meteor-tool@1.0.35",
|
||||||
"format": "1.0"
|
"format": "1.0"
|
||||||
}
|
}
|
|
@ -2,67 +2,67 @@
|
||||||
"dependencies": [
|
"dependencies": [
|
||||||
[
|
[
|
||||||
"base64",
|
"base64",
|
||||||
"1.0.0"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"blaze",
|
|
||||||
"2.0.1"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"deps",
|
|
||||||
"1.0.4"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"ejson",
|
|
||||||
"1.0.3"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"geojson-utils",
|
|
||||||
"1.0.0"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"htmljs",
|
|
||||||
"1.0.1"
|
"1.0.1"
|
||||||
],
|
],
|
||||||
|
[
|
||||||
|
"blaze",
|
||||||
|
"2.0.3"
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"deps",
|
||||||
|
"1.0.5"
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"ejson",
|
||||||
|
"1.0.4"
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"geojson-utils",
|
||||||
|
"1.0.1"
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"htmljs",
|
||||||
|
"1.0.2"
|
||||||
|
],
|
||||||
[
|
[
|
||||||
"http",
|
"http",
|
||||||
"1.0.6"
|
"1.0.8"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"id-map",
|
"id-map",
|
||||||
"1.0.0"
|
"1.0.1"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"jquery",
|
"jquery",
|
||||||
"1.0.0"
|
"1.0.1"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"json",
|
"json",
|
||||||
"1.0.0"
|
"1.0.1"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"meteor",
|
"meteor",
|
||||||
"1.1.1"
|
"1.1.3"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"minimongo",
|
"minimongo",
|
||||||
"1.0.3"
|
"1.0.5"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"observe-sequence",
|
"observe-sequence",
|
||||||
"1.0.2"
|
"1.0.3"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"ordered-dict",
|
"ordered-dict",
|
||||||
"1.0.0"
|
"1.0.1"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"random",
|
"random",
|
||||||
"1.0.0"
|
"1.0.1"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"reactive-var",
|
"reactive-var",
|
||||||
"1.0.2"
|
"1.0.3"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"telescope-base",
|
"telescope-base",
|
||||||
|
@ -78,26 +78,26 @@
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"templating",
|
"templating",
|
||||||
"1.0.7"
|
"1.0.9"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"tracker",
|
"tracker",
|
||||||
"1.0.2"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"ui",
|
|
||||||
"1.0.3"
|
"1.0.3"
|
||||||
],
|
],
|
||||||
|
[
|
||||||
|
"ui",
|
||||||
|
"1.0.4"
|
||||||
|
],
|
||||||
[
|
[
|
||||||
"underscore",
|
"underscore",
|
||||||
"1.0.0"
|
"1.0.1"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"url",
|
"url",
|
||||||
"1.0.0"
|
"1.0.2"
|
||||||
]
|
]
|
||||||
],
|
],
|
||||||
"pluginDependencies": [],
|
"pluginDependencies": [],
|
||||||
"toolVersion": "meteor-tool@1.0.33",
|
"toolVersion": "meteor-tool@1.0.35",
|
||||||
"format": "1.0"
|
"format": "1.0"
|
||||||
}
|
}
|
|
@ -2,63 +2,63 @@
|
||||||
"dependencies": [
|
"dependencies": [
|
||||||
[
|
[
|
||||||
"base64",
|
"base64",
|
||||||
"1.0.0"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"blaze",
|
|
||||||
"2.0.1"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"deps",
|
|
||||||
"1.0.4"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"ejson",
|
|
||||||
"1.0.3"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"geojson-utils",
|
|
||||||
"1.0.0"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"htmljs",
|
|
||||||
"1.0.1"
|
"1.0.1"
|
||||||
],
|
],
|
||||||
|
[
|
||||||
|
"blaze",
|
||||||
|
"2.0.3"
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"deps",
|
||||||
|
"1.0.5"
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"ejson",
|
||||||
|
"1.0.4"
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"geojson-utils",
|
||||||
|
"1.0.1"
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"htmljs",
|
||||||
|
"1.0.2"
|
||||||
|
],
|
||||||
[
|
[
|
||||||
"id-map",
|
"id-map",
|
||||||
"1.0.0"
|
"1.0.1"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"jquery",
|
"jquery",
|
||||||
"1.0.0"
|
"1.0.1"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"json",
|
"json",
|
||||||
"1.0.0"
|
"1.0.1"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"meteor",
|
"meteor",
|
||||||
"1.1.1"
|
"1.1.3"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"minimongo",
|
"minimongo",
|
||||||
"1.0.3"
|
"1.0.5"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"observe-sequence",
|
"observe-sequence",
|
||||||
"1.0.2"
|
"1.0.3"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"ordered-dict",
|
"ordered-dict",
|
||||||
"1.0.0"
|
"1.0.1"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"random",
|
"random",
|
||||||
"1.0.0"
|
"1.0.1"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"reactive-var",
|
"reactive-var",
|
||||||
"1.0.2"
|
"1.0.3"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"telescope-base",
|
"telescope-base",
|
||||||
|
@ -74,22 +74,22 @@
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"templating",
|
"templating",
|
||||||
"1.0.7"
|
"1.0.9"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"tracker",
|
"tracker",
|
||||||
"1.0.2"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"ui",
|
|
||||||
"1.0.3"
|
"1.0.3"
|
||||||
],
|
],
|
||||||
|
[
|
||||||
|
"ui",
|
||||||
|
"1.0.4"
|
||||||
|
],
|
||||||
[
|
[
|
||||||
"underscore",
|
"underscore",
|
||||||
"1.0.0"
|
"1.0.1"
|
||||||
]
|
]
|
||||||
],
|
],
|
||||||
"pluginDependencies": [],
|
"pluginDependencies": [],
|
||||||
"toolVersion": "meteor-tool@1.0.33",
|
"toolVersion": "meteor-tool@1.0.35",
|
||||||
"format": "1.0"
|
"format": "1.0"
|
||||||
}
|
}
|
|
@ -2,79 +2,79 @@
|
||||||
"dependencies": [
|
"dependencies": [
|
||||||
[
|
[
|
||||||
"aldeed:simple-schema",
|
"aldeed:simple-schema",
|
||||||
"1.0.3"
|
"1.1.0"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"application-configuration",
|
"application-configuration",
|
||||||
"1.0.2"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"base64",
|
|
||||||
"1.0.0"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"binary-heap",
|
|
||||||
"1.0.0"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"blaze",
|
|
||||||
"2.0.1"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"blaze-tools",
|
|
||||||
"1.0.0"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"boilerplate-generator",
|
|
||||||
"1.0.0"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"callback-hook",
|
|
||||||
"1.0.0"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"check",
|
|
||||||
"1.0.1"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"cmather:handlebars-server",
|
|
||||||
"0.2.0"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"ddp",
|
|
||||||
"1.0.9"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"deps",
|
|
||||||
"1.0.4"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"ejson",
|
|
||||||
"1.0.3"
|
"1.0.3"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"follower-livedata",
|
"base64",
|
||||||
"1.0.1"
|
"1.0.1"
|
||||||
],
|
],
|
||||||
|
[
|
||||||
|
"binary-heap",
|
||||||
|
"1.0.1"
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"blaze",
|
||||||
|
"2.0.3"
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"blaze-tools",
|
||||||
|
"1.0.1"
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"boilerplate-generator",
|
||||||
|
"1.0.1"
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"callback-hook",
|
||||||
|
"1.0.1"
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"check",
|
||||||
|
"1.0.2"
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"cmather:handlebars-server",
|
||||||
|
"2.0.0"
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"ddp",
|
||||||
|
"1.0.11"
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"deps",
|
||||||
|
"1.0.5"
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"ejson",
|
||||||
|
"1.0.4"
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"follower-livedata",
|
||||||
|
"1.0.2"
|
||||||
|
],
|
||||||
[
|
[
|
||||||
"geojson-utils",
|
"geojson-utils",
|
||||||
"1.0.0"
|
"1.0.1"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"handlebars",
|
"handlebars",
|
||||||
"1.0.0"
|
"1.0.1"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"html-tools",
|
"html-tools",
|
||||||
"1.0.1"
|
"1.0.2"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"htmljs",
|
"htmljs",
|
||||||
"1.0.1"
|
"1.0.2"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"id-map",
|
"id-map",
|
||||||
"1.0.0"
|
"1.0.1"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"iron:core",
|
"iron:core",
|
||||||
|
@ -94,19 +94,19 @@
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"jquery",
|
"jquery",
|
||||||
"1.0.0"
|
"1.0.1"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"json",
|
"json",
|
||||||
"1.0.0"
|
"1.0.1"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"logging",
|
"logging",
|
||||||
"1.0.3"
|
"1.0.5"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"meteor",
|
"meteor",
|
||||||
"1.1.1"
|
"1.1.3"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"meteorhacks:async",
|
"meteorhacks:async",
|
||||||
|
@ -114,19 +114,19 @@
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"meteorhacks:npm",
|
"meteorhacks:npm",
|
||||||
"1.2.0"
|
"1.2.1"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"minifiers",
|
"minifiers",
|
||||||
"1.1.0"
|
"1.1.2"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"minimongo",
|
"minimongo",
|
||||||
"1.0.3"
|
"1.0.5"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"mongo",
|
"mongo",
|
||||||
"1.0.6"
|
"1.0.8"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"mrt:cookies",
|
"mrt:cookies",
|
||||||
|
@ -138,43 +138,43 @@
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"observe-sequence",
|
"observe-sequence",
|
||||||
"1.0.2"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"ordered-dict",
|
|
||||||
"1.0.0"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"percolatestudio:synced-cron",
|
|
||||||
"0.3.0"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"random",
|
|
||||||
"1.0.0"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"reactive-dict",
|
|
||||||
"1.0.3"
|
"1.0.3"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"reactive-var",
|
"ordered-dict",
|
||||||
"1.0.2"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"retry",
|
|
||||||
"1.0.0"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"routepolicy",
|
|
||||||
"1.0.1"
|
"1.0.1"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"spacebars",
|
"percolatestudio:synced-cron",
|
||||||
|
"1.0.0"
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"random",
|
||||||
|
"1.0.1"
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"reactive-dict",
|
||||||
|
"1.0.4"
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"reactive-var",
|
||||||
|
"1.0.3"
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"retry",
|
||||||
|
"1.0.1"
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"routepolicy",
|
||||||
"1.0.2"
|
"1.0.2"
|
||||||
],
|
],
|
||||||
|
[
|
||||||
|
"spacebars",
|
||||||
|
"1.0.3"
|
||||||
|
],
|
||||||
[
|
[
|
||||||
"spacebars-compiler",
|
"spacebars-compiler",
|
||||||
"1.0.2"
|
"1.0.3"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"telescope-base",
|
"telescope-base",
|
||||||
|
@ -190,30 +190,30 @@
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"templating",
|
"templating",
|
||||||
"1.0.7"
|
"1.0.9"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"tracker",
|
"tracker",
|
||||||
"1.0.2"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"ui",
|
|
||||||
"1.0.3"
|
"1.0.3"
|
||||||
],
|
],
|
||||||
|
[
|
||||||
|
"ui",
|
||||||
|
"1.0.4"
|
||||||
|
],
|
||||||
[
|
[
|
||||||
"underscore",
|
"underscore",
|
||||||
"1.0.0"
|
"1.0.1"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"webapp",
|
"webapp",
|
||||||
"1.1.2"
|
"1.1.4"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"webapp-hashing",
|
"webapp-hashing",
|
||||||
"1.0.0"
|
"1.0.1"
|
||||||
]
|
]
|
||||||
],
|
],
|
||||||
"pluginDependencies": [],
|
"pluginDependencies": [],
|
||||||
"toolVersion": "meteor-tool@1.0.33",
|
"toolVersion": "meteor-tool@1.0.35",
|
||||||
"format": "1.0"
|
"format": "1.0"
|
||||||
}
|
}
|
|
@ -2,87 +2,87 @@
|
||||||
"dependencies": [
|
"dependencies": [
|
||||||
[
|
[
|
||||||
"application-configuration",
|
"application-configuration",
|
||||||
"1.0.2"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"autoupdate",
|
|
||||||
"1.1.1"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"base64",
|
|
||||||
"1.0.0"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"binary-heap",
|
|
||||||
"1.0.0"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"blaze",
|
|
||||||
"2.0.1"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"blaze-tools",
|
|
||||||
"1.0.0"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"boilerplate-generator",
|
|
||||||
"1.0.0"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"callback-hook",
|
|
||||||
"1.0.0"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"check",
|
|
||||||
"1.0.1"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"cmather:handlebars-server",
|
|
||||||
"0.2.0"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"ddp",
|
|
||||||
"1.0.9"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"deps",
|
|
||||||
"1.0.4"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"ejson",
|
|
||||||
"1.0.3"
|
"1.0.3"
|
||||||
],
|
],
|
||||||
|
[
|
||||||
|
"autoupdate",
|
||||||
|
"1.1.3"
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"base64",
|
||||||
|
"1.0.1"
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"binary-heap",
|
||||||
|
"1.0.1"
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"blaze",
|
||||||
|
"2.0.3"
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"blaze-tools",
|
||||||
|
"1.0.1"
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"boilerplate-generator",
|
||||||
|
"1.0.1"
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"callback-hook",
|
||||||
|
"1.0.1"
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"check",
|
||||||
|
"1.0.2"
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"cmather:handlebars-server",
|
||||||
|
"2.0.0"
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"ddp",
|
||||||
|
"1.0.11"
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"deps",
|
||||||
|
"1.0.5"
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"ejson",
|
||||||
|
"1.0.4"
|
||||||
|
],
|
||||||
[
|
[
|
||||||
"fastclick",
|
"fastclick",
|
||||||
"1.0.0"
|
"1.0.1"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"follower-livedata",
|
"follower-livedata",
|
||||||
"1.0.1"
|
"1.0.2"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"geojson-utils",
|
"geojson-utils",
|
||||||
"1.0.0"
|
"1.0.1"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"handlebars",
|
"handlebars",
|
||||||
"1.0.0"
|
"1.0.1"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"html-tools",
|
"html-tools",
|
||||||
"1.0.1"
|
"1.0.2"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"htmljs",
|
"htmljs",
|
||||||
"1.0.1"
|
"1.0.2"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"http",
|
"http",
|
||||||
"1.0.6"
|
"1.0.8"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"id-map",
|
"id-map",
|
||||||
"1.0.0"
|
"1.0.1"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"iron:core",
|
"iron:core",
|
||||||
|
@ -102,11 +102,11 @@
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"jquery",
|
"jquery",
|
||||||
"1.0.0"
|
"1.0.1"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"json",
|
"json",
|
||||||
"1.0.0"
|
"1.0.1"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"kestanous:herald",
|
"kestanous:herald",
|
||||||
|
@ -116,85 +116,89 @@
|
||||||
"kestanous:herald-email",
|
"kestanous:herald-email",
|
||||||
"0.2.1"
|
"0.2.1"
|
||||||
],
|
],
|
||||||
|
[
|
||||||
|
"launch-screen",
|
||||||
|
"1.0.0"
|
||||||
|
],
|
||||||
[
|
[
|
||||||
"livedata",
|
"livedata",
|
||||||
"1.0.10"
|
"1.0.11"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"logging",
|
"logging",
|
||||||
"1.0.3"
|
"1.0.5"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"meteor",
|
"meteor",
|
||||||
"1.1.1"
|
"1.1.3"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"meteor-platform",
|
"meteor-platform",
|
||||||
"1.1.1"
|
"1.2.0"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"minifiers",
|
"minifiers",
|
||||||
"1.1.0"
|
"1.1.2"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"minimongo",
|
"minimongo",
|
||||||
"1.0.3"
|
"1.0.5"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"mobile-status-bar",
|
"mobile-status-bar",
|
||||||
"1.0.0"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"mongo",
|
|
||||||
"1.0.6"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"observe-sequence",
|
|
||||||
"1.0.2"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"ordered-dict",
|
|
||||||
"1.0.0"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"random",
|
|
||||||
"1.0.0"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"reactive-dict",
|
|
||||||
"1.0.3"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"reactive-var",
|
|
||||||
"1.0.2"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"reload",
|
|
||||||
"1.1.0"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"retry",
|
|
||||||
"1.0.0"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"routepolicy",
|
|
||||||
"1.0.1"
|
"1.0.1"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"session",
|
"mongo",
|
||||||
|
"1.0.8"
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"observe-sequence",
|
||||||
|
"1.0.3"
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"ordered-dict",
|
||||||
|
"1.0.1"
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"random",
|
||||||
|
"1.0.1"
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"reactive-dict",
|
||||||
|
"1.0.4"
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"reactive-var",
|
||||||
|
"1.0.3"
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"reload",
|
||||||
|
"1.1.1"
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"retry",
|
||||||
|
"1.0.1"
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"routepolicy",
|
||||||
"1.0.2"
|
"1.0.2"
|
||||||
],
|
],
|
||||||
|
[
|
||||||
|
"session",
|
||||||
|
"1.0.4"
|
||||||
|
],
|
||||||
[
|
[
|
||||||
"spacebars",
|
"spacebars",
|
||||||
"1.0.2"
|
"1.0.3"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"spacebars-compiler",
|
"spacebars-compiler",
|
||||||
"1.0.2"
|
"1.0.3"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"standard-app-packages",
|
"standard-app-packages",
|
||||||
"1.0.2"
|
"1.0.3"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"telescope-base",
|
"telescope-base",
|
||||||
|
@ -214,34 +218,34 @@
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"templating",
|
"templating",
|
||||||
"1.0.7"
|
"1.0.9"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"tracker",
|
"tracker",
|
||||||
"1.0.2"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"ui",
|
|
||||||
"1.0.3"
|
"1.0.3"
|
||||||
],
|
],
|
||||||
|
[
|
||||||
|
"ui",
|
||||||
|
"1.0.4"
|
||||||
|
],
|
||||||
[
|
[
|
||||||
"underscore",
|
"underscore",
|
||||||
"1.0.0"
|
"1.0.1"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"url",
|
"url",
|
||||||
"1.0.0"
|
"1.0.2"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"webapp",
|
"webapp",
|
||||||
"1.1.2"
|
"1.1.4"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"webapp-hashing",
|
"webapp-hashing",
|
||||||
"1.0.0"
|
"1.0.1"
|
||||||
]
|
]
|
||||||
],
|
],
|
||||||
"pluginDependencies": [],
|
"pluginDependencies": [],
|
||||||
"toolVersion": "meteor-tool@1.0.33",
|
"toolVersion": "meteor-tool@1.0.35",
|
||||||
"format": "1.0"
|
"format": "1.0"
|
||||||
}
|
}
|
|
@ -2,63 +2,63 @@
|
||||||
"dependencies": [
|
"dependencies": [
|
||||||
[
|
[
|
||||||
"base64",
|
"base64",
|
||||||
"1.0.0"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"blaze",
|
|
||||||
"2.0.1"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"deps",
|
|
||||||
"1.0.4"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"ejson",
|
|
||||||
"1.0.3"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"geojson-utils",
|
|
||||||
"1.0.0"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"htmljs",
|
|
||||||
"1.0.1"
|
"1.0.1"
|
||||||
],
|
],
|
||||||
|
[
|
||||||
|
"blaze",
|
||||||
|
"2.0.3"
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"deps",
|
||||||
|
"1.0.5"
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"ejson",
|
||||||
|
"1.0.4"
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"geojson-utils",
|
||||||
|
"1.0.1"
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"htmljs",
|
||||||
|
"1.0.2"
|
||||||
|
],
|
||||||
[
|
[
|
||||||
"id-map",
|
"id-map",
|
||||||
"1.0.0"
|
"1.0.1"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"jquery",
|
"jquery",
|
||||||
"1.0.0"
|
"1.0.1"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"json",
|
"json",
|
||||||
"1.0.0"
|
"1.0.1"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"meteor",
|
"meteor",
|
||||||
"1.1.1"
|
"1.1.3"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"minimongo",
|
"minimongo",
|
||||||
"1.0.3"
|
"1.0.5"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"observe-sequence",
|
"observe-sequence",
|
||||||
"1.0.2"
|
"1.0.3"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"ordered-dict",
|
"ordered-dict",
|
||||||
"1.0.0"
|
"1.0.1"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"random",
|
"random",
|
||||||
"1.0.0"
|
"1.0.1"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"reactive-var",
|
"reactive-var",
|
||||||
"1.0.2"
|
"1.0.3"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"telescope-base",
|
"telescope-base",
|
||||||
|
@ -74,18 +74,18 @@
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"tracker",
|
"tracker",
|
||||||
"1.0.2"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"ui",
|
|
||||||
"1.0.3"
|
"1.0.3"
|
||||||
],
|
],
|
||||||
|
[
|
||||||
|
"ui",
|
||||||
|
"1.0.4"
|
||||||
|
],
|
||||||
[
|
[
|
||||||
"underscore",
|
"underscore",
|
||||||
"1.0.0"
|
"1.0.1"
|
||||||
]
|
]
|
||||||
],
|
],
|
||||||
"pluginDependencies": [],
|
"pluginDependencies": [],
|
||||||
"toolVersion": "meteor-tool@1.0.33",
|
"toolVersion": "meteor-tool@1.0.35",
|
||||||
"format": "1.0"
|
"format": "1.0"
|
||||||
}
|
}
|
|
@ -2,71 +2,71 @@
|
||||||
"dependencies": [
|
"dependencies": [
|
||||||
[
|
[
|
||||||
"aldeed:simple-schema",
|
"aldeed:simple-schema",
|
||||||
"1.0.3"
|
"1.1.0"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"application-configuration",
|
"application-configuration",
|
||||||
"1.0.2"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"base64",
|
|
||||||
"1.0.0"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"binary-heap",
|
|
||||||
"1.0.0"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"blaze",
|
|
||||||
"2.0.1"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"blaze-tools",
|
|
||||||
"1.0.0"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"boilerplate-generator",
|
|
||||||
"1.0.0"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"callback-hook",
|
|
||||||
"1.0.0"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"check",
|
|
||||||
"1.0.1"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"ddp",
|
|
||||||
"1.0.9"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"deps",
|
|
||||||
"1.0.4"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"ejson",
|
|
||||||
"1.0.3"
|
"1.0.3"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"follower-livedata",
|
"base64",
|
||||||
"1.0.1"
|
"1.0.1"
|
||||||
],
|
],
|
||||||
|
[
|
||||||
|
"binary-heap",
|
||||||
|
"1.0.1"
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"blaze",
|
||||||
|
"2.0.3"
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"blaze-tools",
|
||||||
|
"1.0.1"
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"boilerplate-generator",
|
||||||
|
"1.0.1"
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"callback-hook",
|
||||||
|
"1.0.1"
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"check",
|
||||||
|
"1.0.2"
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"ddp",
|
||||||
|
"1.0.11"
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"deps",
|
||||||
|
"1.0.5"
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"ejson",
|
||||||
|
"1.0.4"
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"follower-livedata",
|
||||||
|
"1.0.2"
|
||||||
|
],
|
||||||
[
|
[
|
||||||
"geojson-utils",
|
"geojson-utils",
|
||||||
"1.0.0"
|
"1.0.1"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"html-tools",
|
"html-tools",
|
||||||
"1.0.1"
|
"1.0.2"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"htmljs",
|
"htmljs",
|
||||||
"1.0.1"
|
"1.0.2"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"id-map",
|
"id-map",
|
||||||
"1.0.0"
|
"1.0.1"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"iron:core",
|
"iron:core",
|
||||||
|
@ -86,67 +86,67 @@
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"jquery",
|
"jquery",
|
||||||
"1.0.0"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"json",
|
|
||||||
"1.0.0"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"logging",
|
|
||||||
"1.0.3"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"meteor",
|
|
||||||
"1.1.1"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"minifiers",
|
|
||||||
"1.1.0"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"minimongo",
|
|
||||||
"1.0.3"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"mongo",
|
|
||||||
"1.0.6"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"observe-sequence",
|
|
||||||
"1.0.2"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"ordered-dict",
|
|
||||||
"1.0.0"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"random",
|
|
||||||
"1.0.0"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"reactive-dict",
|
|
||||||
"1.0.3"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"reactive-var",
|
|
||||||
"1.0.2"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"retry",
|
|
||||||
"1.0.0"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"routepolicy",
|
|
||||||
"1.0.1"
|
"1.0.1"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"spacebars",
|
"json",
|
||||||
|
"1.0.1"
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"logging",
|
||||||
|
"1.0.5"
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"meteor",
|
||||||
|
"1.1.3"
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"minifiers",
|
||||||
|
"1.1.2"
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"minimongo",
|
||||||
|
"1.0.5"
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"mongo",
|
||||||
|
"1.0.8"
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"observe-sequence",
|
||||||
|
"1.0.3"
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"ordered-dict",
|
||||||
|
"1.0.1"
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"random",
|
||||||
|
"1.0.1"
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"reactive-dict",
|
||||||
|
"1.0.4"
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"reactive-var",
|
||||||
|
"1.0.3"
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"retry",
|
||||||
|
"1.0.1"
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"routepolicy",
|
||||||
"1.0.2"
|
"1.0.2"
|
||||||
],
|
],
|
||||||
|
[
|
||||||
|
"spacebars",
|
||||||
|
"1.0.3"
|
||||||
|
],
|
||||||
[
|
[
|
||||||
"spacebars-compiler",
|
"spacebars-compiler",
|
||||||
"1.0.2"
|
"1.0.3"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"telescope-base",
|
"telescope-base",
|
||||||
|
@ -162,30 +162,30 @@
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"templating",
|
"templating",
|
||||||
"1.0.7"
|
"1.0.9"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"tracker",
|
"tracker",
|
||||||
"1.0.2"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"ui",
|
|
||||||
"1.0.3"
|
"1.0.3"
|
||||||
],
|
],
|
||||||
|
[
|
||||||
|
"ui",
|
||||||
|
"1.0.4"
|
||||||
|
],
|
||||||
[
|
[
|
||||||
"underscore",
|
"underscore",
|
||||||
"1.0.0"
|
"1.0.1"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"webapp",
|
"webapp",
|
||||||
"1.1.2"
|
"1.1.4"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"webapp-hashing",
|
"webapp-hashing",
|
||||||
"1.0.0"
|
"1.0.1"
|
||||||
]
|
]
|
||||||
],
|
],
|
||||||
"pluginDependencies": [],
|
"pluginDependencies": [],
|
||||||
"toolVersion": "meteor-tool@1.0.33",
|
"toolVersion": "meteor-tool@1.0.35",
|
||||||
"format": "1.0"
|
"format": "1.0"
|
||||||
}
|
}
|
|
@ -2,71 +2,71 @@
|
||||||
"dependencies": [
|
"dependencies": [
|
||||||
[
|
[
|
||||||
"aldeed:simple-schema",
|
"aldeed:simple-schema",
|
||||||
"1.0.3"
|
"1.1.0"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"application-configuration",
|
"application-configuration",
|
||||||
"1.0.2"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"base64",
|
|
||||||
"1.0.0"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"binary-heap",
|
|
||||||
"1.0.0"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"blaze",
|
|
||||||
"2.0.1"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"blaze-tools",
|
|
||||||
"1.0.0"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"boilerplate-generator",
|
|
||||||
"1.0.0"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"callback-hook",
|
|
||||||
"1.0.0"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"check",
|
|
||||||
"1.0.1"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"ddp",
|
|
||||||
"1.0.9"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"deps",
|
|
||||||
"1.0.4"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"ejson",
|
|
||||||
"1.0.3"
|
"1.0.3"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"follower-livedata",
|
"base64",
|
||||||
"1.0.1"
|
"1.0.1"
|
||||||
],
|
],
|
||||||
|
[
|
||||||
|
"binary-heap",
|
||||||
|
"1.0.1"
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"blaze",
|
||||||
|
"2.0.3"
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"blaze-tools",
|
||||||
|
"1.0.1"
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"boilerplate-generator",
|
||||||
|
"1.0.1"
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"callback-hook",
|
||||||
|
"1.0.1"
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"check",
|
||||||
|
"1.0.2"
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"ddp",
|
||||||
|
"1.0.11"
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"deps",
|
||||||
|
"1.0.5"
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"ejson",
|
||||||
|
"1.0.4"
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"follower-livedata",
|
||||||
|
"1.0.2"
|
||||||
|
],
|
||||||
[
|
[
|
||||||
"geojson-utils",
|
"geojson-utils",
|
||||||
"1.0.0"
|
"1.0.1"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"html-tools",
|
"html-tools",
|
||||||
"1.0.1"
|
"1.0.2"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"htmljs",
|
"htmljs",
|
||||||
"1.0.1"
|
"1.0.2"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"id-map",
|
"id-map",
|
||||||
"1.0.0"
|
"1.0.1"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"iron:core",
|
"iron:core",
|
||||||
|
@ -86,67 +86,67 @@
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"jquery",
|
"jquery",
|
||||||
"1.0.0"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"json",
|
|
||||||
"1.0.0"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"logging",
|
|
||||||
"1.0.3"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"meteor",
|
|
||||||
"1.1.1"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"minifiers",
|
|
||||||
"1.1.0"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"minimongo",
|
|
||||||
"1.0.3"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"mongo",
|
|
||||||
"1.0.6"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"observe-sequence",
|
|
||||||
"1.0.2"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"ordered-dict",
|
|
||||||
"1.0.0"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"random",
|
|
||||||
"1.0.0"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"reactive-dict",
|
|
||||||
"1.0.3"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"reactive-var",
|
|
||||||
"1.0.2"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"retry",
|
|
||||||
"1.0.0"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"routepolicy",
|
|
||||||
"1.0.1"
|
"1.0.1"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"spacebars",
|
"json",
|
||||||
|
"1.0.1"
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"logging",
|
||||||
|
"1.0.5"
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"meteor",
|
||||||
|
"1.1.3"
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"minifiers",
|
||||||
|
"1.1.2"
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"minimongo",
|
||||||
|
"1.0.5"
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"mongo",
|
||||||
|
"1.0.8"
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"observe-sequence",
|
||||||
|
"1.0.3"
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"ordered-dict",
|
||||||
|
"1.0.1"
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"random",
|
||||||
|
"1.0.1"
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"reactive-dict",
|
||||||
|
"1.0.4"
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"reactive-var",
|
||||||
|
"1.0.3"
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"retry",
|
||||||
|
"1.0.1"
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"routepolicy",
|
||||||
"1.0.2"
|
"1.0.2"
|
||||||
],
|
],
|
||||||
|
[
|
||||||
|
"spacebars",
|
||||||
|
"1.0.3"
|
||||||
|
],
|
||||||
[
|
[
|
||||||
"spacebars-compiler",
|
"spacebars-compiler",
|
||||||
"1.0.2"
|
"1.0.3"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"telescope-base",
|
"telescope-base",
|
||||||
|
@ -162,30 +162,30 @@
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"templating",
|
"templating",
|
||||||
"1.0.7"
|
"1.0.9"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"tracker",
|
"tracker",
|
||||||
"1.0.2"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"ui",
|
|
||||||
"1.0.3"
|
"1.0.3"
|
||||||
],
|
],
|
||||||
|
[
|
||||||
|
"ui",
|
||||||
|
"1.0.4"
|
||||||
|
],
|
||||||
[
|
[
|
||||||
"underscore",
|
"underscore",
|
||||||
"1.0.0"
|
"1.0.1"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"webapp",
|
"webapp",
|
||||||
"1.1.2"
|
"1.1.4"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"webapp-hashing",
|
"webapp-hashing",
|
||||||
"1.0.0"
|
"1.0.1"
|
||||||
]
|
]
|
||||||
],
|
],
|
||||||
"pluginDependencies": [],
|
"pluginDependencies": [],
|
||||||
"toolVersion": "meteor-tool@1.0.33",
|
"toolVersion": "meteor-tool@1.0.35",
|
||||||
"format": "1.0"
|
"format": "1.0"
|
||||||
}
|
}
|
|
@ -2,63 +2,63 @@
|
||||||
"dependencies": [
|
"dependencies": [
|
||||||
[
|
[
|
||||||
"base64",
|
"base64",
|
||||||
"1.0.0"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"blaze",
|
|
||||||
"2.0.1"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"deps",
|
|
||||||
"1.0.4"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"ejson",
|
|
||||||
"1.0.3"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"geojson-utils",
|
|
||||||
"1.0.0"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"htmljs",
|
|
||||||
"1.0.1"
|
"1.0.1"
|
||||||
],
|
],
|
||||||
|
[
|
||||||
|
"blaze",
|
||||||
|
"2.0.3"
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"deps",
|
||||||
|
"1.0.5"
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"ejson",
|
||||||
|
"1.0.4"
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"geojson-utils",
|
||||||
|
"1.0.1"
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"htmljs",
|
||||||
|
"1.0.2"
|
||||||
|
],
|
||||||
[
|
[
|
||||||
"id-map",
|
"id-map",
|
||||||
"1.0.0"
|
"1.0.1"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"jquery",
|
"jquery",
|
||||||
"1.0.0"
|
"1.0.1"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"json",
|
"json",
|
||||||
"1.0.0"
|
"1.0.1"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"meteor",
|
"meteor",
|
||||||
"1.1.1"
|
"1.1.3"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"minimongo",
|
"minimongo",
|
||||||
"1.0.3"
|
"1.0.5"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"observe-sequence",
|
"observe-sequence",
|
||||||
"1.0.2"
|
"1.0.3"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"ordered-dict",
|
"ordered-dict",
|
||||||
"1.0.0"
|
"1.0.1"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"random",
|
"random",
|
||||||
"1.0.0"
|
"1.0.1"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"reactive-var",
|
"reactive-var",
|
||||||
"1.0.2"
|
"1.0.3"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"telescope-base",
|
"telescope-base",
|
||||||
|
@ -74,18 +74,18 @@
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"tracker",
|
"tracker",
|
||||||
"1.0.2"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"ui",
|
|
||||||
"1.0.3"
|
"1.0.3"
|
||||||
],
|
],
|
||||||
|
[
|
||||||
|
"ui",
|
||||||
|
"1.0.4"
|
||||||
|
],
|
||||||
[
|
[
|
||||||
"underscore",
|
"underscore",
|
||||||
"1.0.0"
|
"1.0.1"
|
||||||
]
|
]
|
||||||
],
|
],
|
||||||
"pluginDependencies": [],
|
"pluginDependencies": [],
|
||||||
"toolVersion": "meteor-tool@1.0.33",
|
"toolVersion": "meteor-tool@1.0.35",
|
||||||
"format": "1.0"
|
"format": "1.0"
|
||||||
}
|
}
|
|
@ -2,63 +2,63 @@
|
||||||
"dependencies": [
|
"dependencies": [
|
||||||
[
|
[
|
||||||
"base64",
|
"base64",
|
||||||
"1.0.0"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"blaze",
|
|
||||||
"2.0.1"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"deps",
|
|
||||||
"1.0.4"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"ejson",
|
|
||||||
"1.0.3"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"geojson-utils",
|
|
||||||
"1.0.0"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"htmljs",
|
|
||||||
"1.0.1"
|
"1.0.1"
|
||||||
],
|
],
|
||||||
|
[
|
||||||
|
"blaze",
|
||||||
|
"2.0.3"
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"deps",
|
||||||
|
"1.0.5"
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"ejson",
|
||||||
|
"1.0.4"
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"geojson-utils",
|
||||||
|
"1.0.1"
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"htmljs",
|
||||||
|
"1.0.2"
|
||||||
|
],
|
||||||
[
|
[
|
||||||
"id-map",
|
"id-map",
|
||||||
"1.0.0"
|
"1.0.1"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"jquery",
|
"jquery",
|
||||||
"1.0.0"
|
"1.0.1"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"json",
|
"json",
|
||||||
"1.0.0"
|
"1.0.1"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"meteor",
|
"meteor",
|
||||||
"1.1.1"
|
"1.1.3"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"minimongo",
|
"minimongo",
|
||||||
"1.0.3"
|
"1.0.5"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"observe-sequence",
|
"observe-sequence",
|
||||||
"1.0.2"
|
"1.0.3"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"ordered-dict",
|
"ordered-dict",
|
||||||
"1.0.0"
|
"1.0.1"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"random",
|
"random",
|
||||||
"1.0.0"
|
"1.0.1"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"reactive-var",
|
"reactive-var",
|
||||||
"1.0.2"
|
"1.0.3"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"telescope-base",
|
"telescope-base",
|
||||||
|
@ -74,18 +74,18 @@
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"tracker",
|
"tracker",
|
||||||
"1.0.2"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"ui",
|
|
||||||
"1.0.3"
|
"1.0.3"
|
||||||
],
|
],
|
||||||
|
[
|
||||||
|
"ui",
|
||||||
|
"1.0.4"
|
||||||
|
],
|
||||||
[
|
[
|
||||||
"underscore",
|
"underscore",
|
||||||
"1.0.0"
|
"1.0.1"
|
||||||
]
|
]
|
||||||
],
|
],
|
||||||
"pluginDependencies": [],
|
"pluginDependencies": [],
|
||||||
"toolVersion": "meteor-tool@1.0.33",
|
"toolVersion": "meteor-tool@1.0.35",
|
||||||
"format": "1.0"
|
"format": "1.0"
|
||||||
}
|
}
|
|
@ -2,71 +2,71 @@
|
||||||
"dependencies": [
|
"dependencies": [
|
||||||
[
|
[
|
||||||
"application-configuration",
|
"application-configuration",
|
||||||
"1.0.2"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"base64",
|
|
||||||
"1.0.0"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"binary-heap",
|
|
||||||
"1.0.0"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"blaze",
|
|
||||||
"2.0.1"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"blaze-tools",
|
|
||||||
"1.0.0"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"boilerplate-generator",
|
|
||||||
"1.0.0"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"callback-hook",
|
|
||||||
"1.0.0"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"check",
|
|
||||||
"1.0.1"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"ddp",
|
|
||||||
"1.0.9"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"deps",
|
|
||||||
"1.0.4"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"ejson",
|
|
||||||
"1.0.3"
|
"1.0.3"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"follower-livedata",
|
"base64",
|
||||||
"1.0.1"
|
"1.0.1"
|
||||||
],
|
],
|
||||||
|
[
|
||||||
|
"binary-heap",
|
||||||
|
"1.0.1"
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"blaze",
|
||||||
|
"2.0.3"
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"blaze-tools",
|
||||||
|
"1.0.1"
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"boilerplate-generator",
|
||||||
|
"1.0.1"
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"callback-hook",
|
||||||
|
"1.0.1"
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"check",
|
||||||
|
"1.0.2"
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"ddp",
|
||||||
|
"1.0.11"
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"deps",
|
||||||
|
"1.0.5"
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"ejson",
|
||||||
|
"1.0.4"
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"follower-livedata",
|
||||||
|
"1.0.2"
|
||||||
|
],
|
||||||
[
|
[
|
||||||
"geojson-utils",
|
"geojson-utils",
|
||||||
"1.0.0"
|
"1.0.1"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"html-tools",
|
"html-tools",
|
||||||
"1.0.1"
|
"1.0.2"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"htmljs",
|
"htmljs",
|
||||||
"1.0.1"
|
"1.0.2"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"http",
|
"http",
|
||||||
"1.0.6"
|
"1.0.8"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"id-map",
|
"id-map",
|
||||||
"1.0.0"
|
"1.0.1"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"iron:core",
|
"iron:core",
|
||||||
|
@ -86,67 +86,67 @@
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"jquery",
|
"jquery",
|
||||||
"1.0.0"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"json",
|
|
||||||
"1.0.0"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"logging",
|
|
||||||
"1.0.3"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"meteor",
|
|
||||||
"1.1.1"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"minifiers",
|
|
||||||
"1.1.0"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"minimongo",
|
|
||||||
"1.0.3"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"mongo",
|
|
||||||
"1.0.6"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"observe-sequence",
|
|
||||||
"1.0.2"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"ordered-dict",
|
|
||||||
"1.0.0"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"random",
|
|
||||||
"1.0.0"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"reactive-dict",
|
|
||||||
"1.0.3"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"reactive-var",
|
|
||||||
"1.0.2"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"retry",
|
|
||||||
"1.0.0"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"routepolicy",
|
|
||||||
"1.0.1"
|
"1.0.1"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"spacebars",
|
"json",
|
||||||
|
"1.0.1"
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"logging",
|
||||||
|
"1.0.5"
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"meteor",
|
||||||
|
"1.1.3"
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"minifiers",
|
||||||
|
"1.1.2"
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"minimongo",
|
||||||
|
"1.0.5"
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"mongo",
|
||||||
|
"1.0.8"
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"observe-sequence",
|
||||||
|
"1.0.3"
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"ordered-dict",
|
||||||
|
"1.0.1"
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"random",
|
||||||
|
"1.0.1"
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"reactive-dict",
|
||||||
|
"1.0.4"
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"reactive-var",
|
||||||
|
"1.0.3"
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"retry",
|
||||||
|
"1.0.1"
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"routepolicy",
|
||||||
"1.0.2"
|
"1.0.2"
|
||||||
],
|
],
|
||||||
|
[
|
||||||
|
"spacebars",
|
||||||
|
"1.0.3"
|
||||||
|
],
|
||||||
[
|
[
|
||||||
"spacebars-compiler",
|
"spacebars-compiler",
|
||||||
"1.0.2"
|
"1.0.3"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"telescope-base",
|
"telescope-base",
|
||||||
|
@ -162,34 +162,34 @@
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"templating",
|
"templating",
|
||||||
"1.0.7"
|
"1.0.9"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"tracker",
|
"tracker",
|
||||||
"1.0.2"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"ui",
|
|
||||||
"1.0.3"
|
"1.0.3"
|
||||||
],
|
],
|
||||||
|
[
|
||||||
|
"ui",
|
||||||
|
"1.0.4"
|
||||||
|
],
|
||||||
[
|
[
|
||||||
"underscore",
|
"underscore",
|
||||||
"1.0.0"
|
"1.0.1"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"url",
|
"url",
|
||||||
"1.0.0"
|
"1.0.2"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"webapp",
|
"webapp",
|
||||||
"1.1.2"
|
"1.1.4"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"webapp-hashing",
|
"webapp-hashing",
|
||||||
"1.0.0"
|
"1.0.1"
|
||||||
]
|
]
|
||||||
],
|
],
|
||||||
"pluginDependencies": [],
|
"pluginDependencies": [],
|
||||||
"toolVersion": "meteor-tool@1.0.33",
|
"toolVersion": "meteor-tool@1.0.35",
|
||||||
"format": "1.0"
|
"format": "1.0"
|
||||||
}
|
}
|
Loading…
Add table
Reference in a new issue