Initial commit. Modified the Meteor todos app to create the Petit Teton data tracking app. Has working data for sales. Requires a Mongo database.
This commit is contained in:
15
.meteor/.finished-upgraders
Normal file
15
.meteor/.finished-upgraders
Normal file
@@ -0,0 +1,15 @@
|
||||
# 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
.meteor/.gitignore
vendored
Normal file
1
.meteor/.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
local
|
||||
7
.meteor/.id
Normal file
7
.meteor/.id
Normal 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
|
||||
|
||||
1v2pn7n1jbklfu1hg4tnm
|
||||
61
.meteor/packages
Normal file
61
.meteor/packages
Normal file
@@ -0,0 +1,61 @@
|
||||
# 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.14 # The database Meteor supports right now
|
||||
blaze-html-templates@1.0.4 # Compile .html files into Meteor Blaze views
|
||||
reactive-var@1.0.11 # Reactive variable for tracker
|
||||
reactive-dict@1.1.8 # ???
|
||||
jquery@1.11.10 # Helpful client-side library
|
||||
tracker@1.1.1 # Meteor's client-side reactive programming library
|
||||
tomwasd:history-polyfill # Adds IE 8/9 support for HTML5 history.
|
||||
email # Adds the Meteor/Email package for sending lost password emails
|
||||
|
||||
standard-minifier-css@1.3.2 # CSS minifier run for production mode
|
||||
standard-minifier-js@1.2.1 # JS minifier run for production mode
|
||||
es5-shim@4.6.15 # ECMAScript 5 compatibility for older browsers.
|
||||
poorvavyas:es6-shim
|
||||
ecmascript # Enable ECMAScript2015+ syntax in app code
|
||||
|
||||
#accounts-ui
|
||||
#accounts-base
|
||||
accounts-password
|
||||
useraccounts:core
|
||||
useraccounts:bootstrap
|
||||
useraccounts:flow-routing # Configures email flows. Used for AccountsTemplates class.
|
||||
alanning:roles # Adds roles to the user mix. https://atmospherejs.com/alanning/roles && https://github.com/alanning/meteor-roles/blob/master/examples/flow-router/
|
||||
|
||||
kadira:flow-router
|
||||
arillo:flow-router-helpers # Provides various template helpers such as {{pathFor 'templateName'}}
|
||||
#tomwasd:flow-router-seo
|
||||
kadira:blaze-layout
|
||||
|
||||
shell-server # ???
|
||||
meteortoys:allthings
|
||||
stylus
|
||||
session
|
||||
##browser-policy # Adds support for specifying browser level security rules related to content and what's allowed to laod on the page.
|
||||
check # Allows for checking the structure and types of arguments passed to Meteor methods and publications.
|
||||
#audit-argument-checks # Used in combination with the Check package for checking the structure and types of arguments passed to Meteor methods and publications. Automatically alerts when a method or publication does not use a check() call.
|
||||
|
||||
aldeed:simple-schema@1.5.3
|
||||
aldeed:collection2@2.10.0
|
||||
matb33:collection-hooks # Allows the collections to register handlers that run before or after database interactions.
|
||||
zimme:collection-softremovable
|
||||
|
||||
#aldeed:autoform@5.8.1
|
||||
#aldeed:collection2-core@2.0.0
|
||||
#aldeed:schema-deny # Addon for Collection2-core to use denyInsert or denyUpdate options.
|
||||
#aldeed:schema-index # Addon for Collection2-core to use index or unique options.
|
||||
#skehoe1989:autoform-relations # Adds relations to autoform
|
||||
|
||||
twbs:bootstrap
|
||||
fortawesome:fontawesome
|
||||
momentjs:moment
|
||||
mizzao:bootboxjs # ???
|
||||
aldeed:template-extension
|
||||
juliancwirko:s-alert # Client error/alert handling
|
||||
2
.meteor/platforms
Normal file
2
.meteor/platforms
Normal file
@@ -0,0 +1,2 @@
|
||||
server
|
||||
browser
|
||||
1
.meteor/release
Normal file
1
.meteor/release
Normal file
@@ -0,0 +1 @@
|
||||
METEOR@1.4.2.3
|
||||
128
.meteor/versions
Normal file
128
.meteor/versions
Normal file
@@ -0,0 +1,128 @@
|
||||
accounts-base@1.2.14
|
||||
accounts-password@1.3.3
|
||||
alanning:roles@1.2.15
|
||||
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
|
||||
aldeed:template-extension@4.0.0
|
||||
allow-deny@1.0.5
|
||||
arillo:flow-router-helpers@0.5.2
|
||||
autoupdate@1.2.11
|
||||
babel-compiler@6.13.0
|
||||
babel-runtime@1.0.1
|
||||
base64@1.0.10
|
||||
binary-heap@1.0.10
|
||||
blaze@2.1.9
|
||||
blaze-html-templates@1.0.5
|
||||
blaze-tools@1.0.10
|
||||
boilerplate-generator@1.0.11
|
||||
caching-compiler@1.1.9
|
||||
caching-html-compiler@1.0.7
|
||||
callback-hook@1.0.10
|
||||
check@1.2.4
|
||||
coffeescript@1.0.17
|
||||
ddp@1.2.5
|
||||
ddp-client@1.2.9
|
||||
ddp-common@1.2.8
|
||||
ddp-rate-limiter@1.0.6
|
||||
ddp-server@1.2.10
|
||||
deps@1.0.12
|
||||
diff-sequence@1.0.7
|
||||
ecmascript@0.6.1
|
||||
ecmascript-runtime@0.3.15
|
||||
ejson@1.0.13
|
||||
email@1.1.18
|
||||
es5-shim@4.6.15
|
||||
fastclick@1.0.13
|
||||
fortawesome:fontawesome@4.7.0
|
||||
geojson-utils@1.0.10
|
||||
hot-code-push@1.0.4
|
||||
html-tools@1.0.11
|
||||
htmljs@1.0.11
|
||||
http@1.1.8
|
||||
id-map@1.0.9
|
||||
jquery@1.11.10
|
||||
juliancwirko:s-alert@3.2.0
|
||||
kadira:blaze-layout@2.3.0
|
||||
kadira:flow-router@2.12.1
|
||||
launch-screen@1.0.12
|
||||
livedata@1.0.18
|
||||
localstorage@1.0.12
|
||||
logging@1.1.16
|
||||
matb33:collection-hooks@0.8.4
|
||||
mdg:validation-error@0.2.0
|
||||
meteor@1.6.0
|
||||
meteor-base@1.0.4
|
||||
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.15
|
||||
minifier-js@1.2.15
|
||||
minimongo@1.0.19
|
||||
mizzao:bootboxjs@4.4.0
|
||||
mobile-experience@1.0.4
|
||||
mobile-status-bar@1.0.13
|
||||
modules@0.7.7
|
||||
modules-runtime@0.7.7
|
||||
momentjs:moment@2.17.1
|
||||
mongo@1.1.14
|
||||
mongo-id@1.0.6
|
||||
msavin:jetsetter@2.0.0
|
||||
msavin:mongol@2.0.1
|
||||
npm-bcrypt@0.9.2
|
||||
npm-mongo@2.2.11_2
|
||||
observe-sequence@1.0.14
|
||||
ordered-dict@1.0.9
|
||||
poorvavyas:es6-shim@0.21.1
|
||||
promise@0.8.8
|
||||
raix:eventemitter@0.1.3
|
||||
random@1.0.10
|
||||
rate-limit@1.0.6
|
||||
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.1
|
||||
softwarerero:accounts-t9n@1.3.6
|
||||
spacebars@1.0.13
|
||||
spacebars-compiler@1.0.13
|
||||
srp@1.0.10
|
||||
standard-minifier-css@1.3.2
|
||||
standard-minifier-js@1.2.1
|
||||
stylus@2.513.8
|
||||
templating@1.2.15
|
||||
templating-compiler@1.2.15
|
||||
templating-runtime@1.2.15
|
||||
templating-tools@1.0.5
|
||||
tomwasd:history-polyfill@0.0.1
|
||||
tracker@1.1.1
|
||||
twbs:bootstrap@3.3.6
|
||||
ui@1.0.12
|
||||
underscore@1.0.10
|
||||
url@1.0.11
|
||||
useraccounts:bootstrap@1.14.2
|
||||
useraccounts:core@1.14.2
|
||||
useraccounts:flow-routing@1.14.2
|
||||
webapp@1.3.12
|
||||
webapp-hashing@1.0.9
|
||||
zimme:active-route@2.3.2
|
||||
zimme:collection-behaviours@1.0.4
|
||||
zimme:collection-softremovable@1.0.5
|
||||
Reference in New Issue
Block a user