UNPKG

mongorilla

Version:

Mongorilla is a simple, clean, and powerful NodeJS based content moderator for MongoDB.

46 lines (45 loc) 1.18 kB
{ "name": "mongorilla", "version": "0.0.2", "homepage": "https://github.com/gerardobort/mongorilla", "authors": [ "Gerardo Bort <gerardobort@gmail.com>" ], "description": "Mongorilla CMS", "keywords": [ "mongo", "nodejs", "cms" ], "license": "MIT", "private": true, "ignore": [ "**/.*", "node_modules", "bower_components", "public/third-party", "test", "tests" ], "dependencies": { "bootstrap": "~3.1.1", "underscore": "~1.6.0", "backbone-forms": "~0.14.0", "backbone-deep-model": "~0.10.4", "ckeditor": "~4.3.3", "requirejs": "~2.1.11", "backbone": "~1.1.2", "requirejs-json": "*", "bootstrap-modal": "~2.1.0", "bs-fancyfile": "~0.0.2", "bootstrap-datepicker": "~1.3.0", "require-css": "~0.1.2", "humane-dates": "*", "alertify.js": "~0.3.11", "alertify-bootstrap-3": "~1.1.1", "twitter-bootstrap-typeahead": "https://github.com/tcrosen/twitter-bootstrap-typeahead.git", "BootstrapCK4-Skin": "https://github.com/Kunstmaan/BootstrapCK4-Skin.git", "ladda-bootstrap": "~0.1.0", "AdminLTE": "https://github.com/almasaeed2010/AdminLTE.git" } }