commit 763883cd134dbc15c77a4179b65957f867030e27 Author: Kenneth Jao Date: Mon Aug 1 19:30:32 2016 +0800 Initial commit diff --git a/hourglass/.gitignore b/hourglass/.gitignore new file mode 100644 index 0000000..40b878d --- /dev/null +++ b/hourglass/.gitignore @@ -0,0 +1 @@ +node_modules/ \ No newline at end of file diff --git a/hourglass/.meteor/.finished-upgraders b/hourglass/.meteor/.finished-upgraders new file mode 100644 index 0000000..11fc14e --- /dev/null +++ b/hourglass/.meteor/.finished-upgraders @@ -0,0 +1,14 @@ +# 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 diff --git a/hourglass/.meteor/.gitignore b/hourglass/.meteor/.gitignore new file mode 100644 index 0000000..4083037 --- /dev/null +++ b/hourglass/.meteor/.gitignore @@ -0,0 +1 @@ +local diff --git a/hourglass/.meteor/.id b/hourglass/.meteor/.id new file mode 100644 index 0000000..b89577c --- /dev/null +++ b/hourglass/.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 + +gqrxcygykwad5nac7m diff --git a/hourglass/.meteor/packages b/hourglass/.meteor/packages new file mode 100644 index 0000000..950fee4 --- /dev/null +++ b/hourglass/.meteor/packages @@ -0,0 +1,21 @@ +# 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.10 # The database Meteor supports right now +blaze-html-templates@1.0.4 # Compile .html files into Meteor Blaze views +reactive-var@1.0.10 # Reactive variable for tracker +jquery@1.11.9 # Helpful client-side library +tracker@1.1.0 # Meteor's client-side reactive programming library + +standard-minifier-css@1.1.8 # CSS minifier run for production mode +standard-minifier-js@1.1.8 # JS minifier run for production mode +es5-shim@4.6.13 # ECMAScript 5 compatibility for older browsers. +ecmascript@0.5.7 # Enable ECMAScript2015+ syntax in app code + +autopublish@1.0.7 # Publish all data to the clients (for prototyping) +insecure@1.0.7 # Allow all DB writes from clients (for prototyping) diff --git a/hourglass/.meteor/platforms b/hourglass/.meteor/platforms new file mode 100644 index 0000000..efeba1b --- /dev/null +++ b/hourglass/.meteor/platforms @@ -0,0 +1,2 @@ +server +browser diff --git a/hourglass/.meteor/release b/hourglass/.meteor/release new file mode 100644 index 0000000..c85944c --- /dev/null +++ b/hourglass/.meteor/release @@ -0,0 +1 @@ +METEOR@1.4.0.1 diff --git a/hourglass/.meteor/versions b/hourglass/.meteor/versions new file mode 100644 index 0000000..f72f2d9 --- /dev/null +++ b/hourglass/.meteor/versions @@ -0,0 +1,69 @@ +allow-deny@1.0.5 +autopublish@1.0.7 +autoupdate@1.2.11 +babel-compiler@6.9.0 +babel-runtime@0.1.10 +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 +ddp@1.2.5 +ddp-client@1.2.9 +ddp-common@1.2.6 +ddp-server@1.2.10 +deps@1.0.12 +diff-sequence@1.0.6 +ecmascript@0.5.7 +ecmascript-runtime@0.3.12 +ejson@1.0.12 +es5-shim@4.6.13 +fastclick@1.0.12 +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 +jquery@1.11.9 +launch-screen@1.0.12 +livedata@1.0.18 +logging@1.1.14 +meteor@1.2.16 +meteor-base@1.0.4 +minifier-css@1.2.13 +minifier-js@1.2.13 +minimongo@1.0.17 +mobile-experience@1.0.4 +mobile-status-bar@1.0.12 +modules@0.7.5 +modules-runtime@0.7.5 +mongo@1.1.10 +mongo-id@1.0.5 +npm-mongo@1.5.45 +observe-sequence@1.0.12 +ordered-dict@1.0.8 +promise@0.8.3 +random@1.0.10 +reactive-var@1.0.10 +reload@1.1.10 +retry@1.0.8 +routepolicy@1.0.11 +spacebars@1.0.12 +spacebars-compiler@1.0.12 +standard-minifier-css@1.1.8 +standard-minifier-js@1.1.8 +templating@1.1.14 +templating-tools@1.0.4 +tracker@1.1.0 +ui@1.0.11 +underscore@1.0.9 +url@1.0.10 +webapp@1.3.10 +webapp-hashing@1.0.9 diff --git a/hourglass/README.md b/hourglass/README.md new file mode 100644 index 0000000..3a90fb4 --- /dev/null +++ b/hourglass/README.md @@ -0,0 +1 @@ +# Hourglass diff --git a/hourglass/package.json b/hourglass/package.json new file mode 100644 index 0000000..11efb34 --- /dev/null +++ b/hourglass/package.json @@ -0,0 +1,10 @@ +{ + "name": "Hourglass", + "private": true, + "scripts": { + "start": "meteor run" + }, + "dependencies": { + "meteor-node-stubs": "~0.2.0" + } +} diff --git a/hourglass/server/main.js b/hourglass/server/main.js new file mode 100644 index 0000000..31a9e0e --- /dev/null +++ b/hourglass/server/main.js @@ -0,0 +1,5 @@ +import { Meteor } from 'meteor/meteor'; + +Meteor.startup(() => { + // code to run on server at startup +});