Files
DiceCloud/README.md
2014-11-16 10:28:46 +00:00

1.3 KiB

Packages used

  • meteor-platform Base Meteor. Docs
  • autopublish Publishes everything to the client. Must be removed before release
  • insecure Allows the client the freedom to modify any colleciton. Must be removed before release
  • iron:router Enables pagination and URL's to direct to specific templates. Tutorial
  • accounts-password Lets users create accounts with a simple password
  • accounts-ui Adds simple UI for logging in
  • random Somewhat decent cryptographically strong psuedo random number generation. readme
  • dburles:collection-helpers Adds template-style helpers to collections. github page
  • reactive-var Friendly reactive variables Meteor Docs
  • cw4gn3r:jquery-event-drag Adds jquery drag events
  • underscore Handy javascript utilities Docs
  • aldeed:collection2 Extends collections with Schemas (gitHub page) using SimpleSchema
  • aldeed:autoform Automatically generates bootstrap forms for collection2 Schemas. github