UNPKG

gereji

Version:

A non-restrictive web application framework for creating multi-site web applications focused on security and performance.

49 lines (48 loc) 1.14 kB
{ "name": "gereji", "version": "0.2.6", "description": "A non-restrictive web application framework for creating multi-site web applications focused on security and performance.", "main": "index.js", "scripts": { "test": "mocha" }, "repository": { "type": "git", "url": "https://github.com/dnjuguna/gereji.git" }, "keywords": [ "routing", "authentication", "xslt", "multi-site", "oauth", "orm", "json", "xml", "mongodb", "security", "domains", "vhosts", "caching" ], "dependencies" : { "gereji-broker" : ">= 0.0.6", "gereji-browser" : ">= 0.0.2", "gereji-context" : ">= 0.1.5", "gereji-cookies" : ">= 0.0.3", "gereji-encryption" : ">= 0.0.5", "gereji-publisher" : ">= 0.0.3", "gereji-storage" : ">= 0.0.3", "gereji-translator" : ">= 0.0.3", "gereji-user" : ">= 0.0.2", "mongodb" : ">= 1.0.2", "mocha" : ">= 1.14.0", "saxon-stream2" : ">= 0.0.1" }, "author": "David Njuguna <dnjuguna@gmail.com> (https://github.com/dnjuguna)", "license": "MIT", "bugs": { "url": "https://github.com/dnjuguna/gereji/issues" }, "homepage": "https://github.com/dnjuguna/gereji" }