├── .gitignore ├── .versions ├── README.md ├── package.js └── server.coffee /.gitignore: -------------------------------------------------------------------------------- 1 | .build* 2 | -------------------------------------------------------------------------------- /.versions: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/monbro/meteor-mongodb-mapreduce-aggregation/HEAD/.versions -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/monbro/meteor-mongodb-mapreduce-aggregation/HEAD/README.md -------------------------------------------------------------------------------- /package.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/monbro/meteor-mongodb-mapreduce-aggregation/HEAD/package.js -------------------------------------------------------------------------------- /server.coffee: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/monbro/meteor-mongodb-mapreduce-aggregation/HEAD/server.coffee --------------------------------------------------------------------------------