0.0.1 • Published 8 years ago

defense v0.0.1

Weekly downloads
4
License
-
Repository
github
Last release
8 years ago

Defense

Defense handles permissions for document storage database objects. Permissions can be broad at the record type level or extremely specific at the object's attribute level.

Getting Started

Install Cramit using npm and save it as a dependency in your package.json.

npm install defense --save

You can require Cramit just like every other node.js module.

var defense = require('defense');

Documentation

Further documentation can be found in the wiki.

MIT License