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.
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.4) 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
@sailshq/qs(latest: 4.0.2) A querystring parser that supports nesting and arrays, with a depth limit
skipper(latest: 0.9.1) Bodyparser for Express/Sails. Exposes simple API for streaming multiple files to disk, S3, etc. without buffering to a .tmp directory.
waterline(latest: 0.15.0) An ORM for Node.js and the Sails framework
@sailshq/nedb(latest: 1.8.1) File-based embedded data store for node.js
@sailshq/binary-search-tree(latest: 0.2.7) A fork of `binary-search-tree` 0.2.x with upgraded dependencies from the Sails core team.
sails-hook-orm(latest: 4.0.1) The ORM hook from Sails core.
sort-route-addresses(latest: 0.0.4) Sort Sails/Express-style route addresses by inclusivity
sails-generate(latest: 2.0.6) Runner script for sails generators