waterline(latest: 0.15.2) An ORM for Node.js and the Sails framework
sails-util(latest: 0.11.0) Shared utilities between sails, waterline, etc.
include-all(latest: 4.0.3) An easy way to include all node.js modules within a directory.
sails-generate(latest: 2.0.11) Runner script for sails generators
sails-build-dictionary(latest: 0.10.1) Recursively build a dictionary of modules using include-all
enpeem(latest: 2.2.0) Lightweight wrapper for accessing npm programmatically (alternative to adding `npm` as a dependency)
skipper(latest: 0.9.4) Bodyparser for Express/Sails. Exposes simple API for streaming multiple files to disk, S3, etc. without buffering to a .tmp directory.
anchor(latest: 1.4.1) High-level validation library for Node.js (used in Waterline)
rttc(latest: 10.0.1) Runtime type-checking for JavaScript.
sails-hook-orm(latest: 4.0.3) The ORM hook from Sails core.
sails-hook-actions(latest: 1.1.1) Allow Sails to load machines from an `api/actions` folder and load them using machine-as-action
sails-hook-helpers(latest: 1.0.2) Allow Sails to load machines from an `api/helpers` folder and load them as machines available under `sails.helpers`
machine-as-action(latest: 10.3.1) Run a machine from an HTTP or WebSocket request.
sort-route-addresses(latest: 0.0.4) Sort Sails/Express-style route addresses by inclusivity
waterline-criteria(latest: 2.0.0) Utility library for working with Waterline criterias. Especially useful when building Sails adapters for key/value databases.
@sailshq/lodash(latest: 3.10.6) A fork of Lodash 3.10.x with ongoing maintenance from the Sails core team.
merge-dictionaries(latest: 1.0.0) Recursively merge two dictionaries together
@sailshq/express(latest: 3.21.3) Sinatra inspired web development framework
machine-as-script(latest: 4.1.1) Run a machine as a command-line script.
sails-generate-backend(latest: 0.12.8) Default generator for backend code files in new Sails projects. Creates the default contents of the `api/` and `config/` folders when you run `sails new` on the command line.
sails-generate-frontend(latest: 0.12.3) Default generator for frontend code files in new Sails projects. Creates the default contents of the `assets/` folder when you run `sails new` on the command-line. Also creates a subset of the boilerplate Grunt task files (in `tasks/`); specifically, the