[package] name = "persistent" authors = ["Jonathan Reem "] version = "0.4.0" description = "A set of middleware for sharing server-global data in Iron." repository = "https://github.com/iron/persistent" documentation = "http://ironframework.io/doc/persistent/index.html" license = "MIT" keywords = ["iron", "web", "persistence", "sharing", "global"] [dependencies] iron = ">= 0.5, < 0.7" plugin = "0.2"