mongorilla
Version:
Mongorilla is a simple, clean, and powerful NodeJS based content moderator for MongoDB.
43 lines (42 loc) • 979 B
JSON
{
"name": "mongorilla",
"description": "Mongorilla is a simple, clean, and powerful NodeJS based content moderator for MongoDB.",
"version": "0.0.2",
"private": false,
"scripts": {
"postinstall": "./node_modules/bower/bin/bower install",
"start": "node server.js"
},
"dependencies": {
"bower": "*",
"express": "3.x",
"gridfs-stream": "*",
"moment": "*",
"mongoose": "*",
"mongoose-when": "*",
"uinexpress": "*",
"underscore": "*",
"knox": "*",
"sha1": "^1.1.0"
},
"main": "server.js",
"devDependencies": {},
"repository": {
"type": "git",
"url": "https://github.com/gerardobort/mongorilla.git"
},
"keywords": [
"mongodb",
"cms",
"nodejs",
"backbone",
"backbone-forms",
"bootstrap"
],
"author": "Gerardo Bort",
"license": "MIT",
"bugs": {
"url": "https://github.com/gerardobort/mongorilla/issues"
},
"homepage": "https://github.com/gerardobort/mongorilla"
}